-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: match the versions in docker images to the released tags
- Loading branch information
Showing
15 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Copyright (c) 2023 Oracle and/or its affiliates. | ||
#do | ||
|
||
ARG BASE_IMAGE=debian:buster-slim | ||
ARG BASE_IMAGE=debian:sid-slim | ||
|
||
FROM ${BASE_IMAGE} | ||
|
||
|
@@ -14,7 +14,7 @@ LABEL \ | |
org.opencontainers.image.authors='GraalVM Sustaining Team <[email protected]>' \ | ||
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.' | ||
|
||
ARG GRAALVM_VERSION=24.0.2 | ||
ARG GRAALVM_VERSION=24.1.0 | ||
ARG GRAALVM_PKG=https://github.com/oracle/graalpython/releases/download/graal-$GRAALVM_VERSION/graalpy-community-$GRAALVM_VERSION-linux-amd64.tar.gz | ||
|
||
WORKDIR /app | ||
|
@@ -40,4 +40,4 @@ RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen \ | |
RUN graalpy -m venv graalenv \ | ||
&& echo "source graalenv/bin/activate" >> ~/.bashrc | ||
|
||
CMD ["graalpy"] | ||
CMD ["graalpy"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ LABEL \ | |
org.opencontainers.image.authors='GraalVM Sustaining Team <[email protected]>' \ | ||
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.' | ||
|
||
ARG GRAALVM_VERSION=24.0.2 | ||
ARG GRAALVM_VERSION=24.1.0 | ||
ARG GRAALVM_PKG=https://github.com/oracle/graalpython/releases/download/graal-$GRAALVM_VERSION/graalpy-community-$GRAALVM_VERSION-linux-amd64.tar.gz | ||
ARG TEMP_REGION="" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ LABEL \ | |
org.opencontainers.image.authors='GraalVM Sustaining Team <[email protected]>' \ | ||
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.' | ||
|
||
ARG GRAALVM_VERSION=24.0.2 | ||
ARG GRAALVM_VERSION=24.1.0 | ||
ARG GRAALVM_PKG=https://github.com/oracle/graalpython/releases/download/graal-$GRAALVM_VERSION/graalpy-community-$GRAALVM_VERSION-linux-amd64.tar.gz | ||
ARG TEMP_REGION="" | ||
|
||
|
@@ -38,4 +38,4 @@ RUN set -eux \ | |
RUN graalpy -m venv graalenv \ | ||
&& echo "source graalenv/bin/activate" >> ~/.bashrc | ||
|
||
CMD [ "graalpy"] | ||
CMD [ "graalpy"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ LABEL \ | |
org.opencontainers.image.authors='GraalVM Sustaining Team <[email protected]>' \ | ||
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.' | ||
|
||
ARG GRAALVM_VERSION=24.0.2 | ||
ARG GRAALVM_VERSION=24.1.0 | ||
ARG GRAALVM_PKG=https://github.com/oracle/graalpython/releases/download/graal-$GRAALVM_VERSION/graalpy-community-$GRAALVM_VERSION-linux-amd64.tar.gz | ||
ARG TEMP_REGION="" | ||
|
||
|
@@ -34,7 +34,7 @@ RUN set -eux \ | |
&& mkdir -p /opt/graalpy-$GRAALVM_VERSION \ | ||
&& curl --fail --silent --location --retry 3 $GRAALVM_PKG | gunzip | tar x -C /opt/graalpy-$GRAALVM_VERSION --strip-components=1 | ||
|
||
RUN graalpy -m venv graalenv \ | ||
RUN graalpy -m venv graalenv \ | ||
&& echo "source graalenv/bin/activate" >> ~/.bashrc | ||
|
||
CMD [ "graalpy"] | ||
CMD [ "graalpy"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ LABEL \ | |
org.opencontainers.image.authors='GraalVM Sustaining Team <[email protected]>' \ | ||
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.' | ||
|
||
ARG GRAALVM_VERSION=24.0.2 | ||
ARG GRAALVM_VERSION=24.1.0 | ||
ARG GRAALVM_PKG=https://github.com/oracle/graalpython/releases/download/graal-$GRAALVM_VERSION/graalpy-community-$GRAALVM_VERSION-linux-amd64.tar.gz | ||
ARG TEMP_REGION="" | ||
|
||
|
@@ -34,7 +34,7 @@ RUN set -eux \ | |
&& mkdir -p /opt/graalpy-$GRAALVM_VERSION \ | ||
&& curl --fail --silent --location --retry 3 $GRAALVM_PKG | gunzip | tar x -C /opt/graalpy-$GRAALVM_VERSION --strip-components=1 | ||
|
||
RUN graalpy -m venv graalenv \ | ||
RUN graalpy -m venv graalenv \ | ||
&& echo "source graalenv/bin/activate" >> ~/.bashrc | ||
|
||
CMD [ "graalpy"] | ||
CMD [ "graalpy"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ LABEL \ | |
org.opencontainers.image.authors='GraalVM Sustaining Team <[email protected]>' \ | ||
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.' | ||
|
||
ARG GRAALVM_VERSION=24.0.2 | ||
ARG GRAALVM_VERSION=24.1.0 | ||
ARG GRAALVM_PKG=https://github.com/oracle/graalpython/releases/download/graal-$GRAALVM_VERSION/graalpy-community-$GRAALVM_VERSION-linux-amd64.tar.gz | ||
ARG TEMP_REGION="" | ||
|
||
|
@@ -35,7 +35,7 @@ RUN set -eux \ | |
&& curl --fail --silent --location --retry 3 $GRAALVM_PKG | gunzip | tar x -C /opt/graalpy-$GRAALVM_VERSION --strip-components=1 | ||
|
||
|
||
RUN graalpy -m venv graalenv \ | ||
RUN graalpy -m venv graalenv \ | ||
&& echo "source graalenv/bin/activate" >> ~/.bashrc | ||
|
||
CMD ["graalpy"] | ||
CMD ["graalpy"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ LABEL \ | |
org.opencontainers.image.authors='GraalVM Sustaining Team <[email protected]>' \ | ||
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.' | ||
|
||
ARG GRAALVM_VERSION=24.0.2 | ||
ARG GRAALVM_VERSION=24.1.0 | ||
ARG GRAALVM_PKG=https://github.com/oracle/graalpython/releases/download/graal-$GRAALVM_VERSION/graalpy-community-$GRAALVM_VERSION-linux-amd64.tar.gz | ||
ARG TEMP_REGION="" | ||
|
||
|
@@ -36,4 +36,4 @@ RUN set -eux \ | |
RUN graalpy -m venv graalenv \ | ||
&& echo "source graalenv/bin/activate" >> ~/.bashrc | ||
|
||
CMD [ "graalpy"] | ||
CMD [ "graalpy"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Copyright (c) 2023 Oracle and/or its affiliates. | ||
# | ||
|
||
ARG BASE_IMAGE=debian:buster-slim | ||
ARG BASE_IMAGE=debian:sid-slim | ||
|
||
FROM ${BASE_IMAGE} | ||
|
||
|
@@ -14,7 +14,7 @@ LABEL \ | |
org.opencontainers.image.authors='GraalVM Sustaining Team <[email protected]>' \ | ||
org.opencontainers.image.description='TruffleRuby is the GraalVM high-performance implementation of the Ruby programming language.' | ||
|
||
ARG GRAALVM_VERSION=24.0.2 | ||
ARG GRAALVM_VERSION=24.1.0 | ||
ARG TARGETPLATFORM | ||
ARG GRAALVM_PKG=https://github.com/oracle/truffleruby/releases/download/graal-$GRAALVM_VERSION/truffleruby-community-$GRAALVM_VERSION-GRAALVM_ARCH.tar.gz | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ LABEL \ | |
org.opencontainers.image.authors='GraalVM Sustaining Team <[email protected]>' \ | ||
org.opencontainers.image.description='TruffleRuby is the GraalVM high-performance implementation of the Ruby programming language.' | ||
|
||
ARG GRAALVM_VERSION=24.0.2 | ||
ARG GRAALVM_VERSION=24.1.0 | ||
ARG TARGETPLATFORM | ||
ARG GRAALVM_PKG=https://github.com/oracle/truffleruby/releases/download/graal-$GRAALVM_VERSION/truffleruby-community-$GRAALVM_VERSION-GRAALVM_ARCH.tar.gz | ||
ARG TEMP_REGION="" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ LABEL \ | |
org.opencontainers.image.authors='GraalVM Sustaining Team <[email protected]>' \ | ||
org.opencontainers.image.description='TruffleRuby is the GraalVM high-performance implementation of the Ruby programming language.' | ||
|
||
ARG GRAALVM_VERSION=24.0.2 | ||
ARG GRAALVM_VERSION=24.1.0 | ||
ARG TARGETPLATFORM | ||
ARG GRAALVM_PKG=https://github.com/oracle/truffleruby/releases/download/graal-$GRAALVM_VERSION/truffleruby-community-$GRAALVM_VERSION-GRAALVM_ARCH.tar.gz | ||
ARG TEMP_REGION="" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ LABEL \ | |
org.opencontainers.image.authors='GraalVM Sustaining Team <[email protected]>' \ | ||
org.opencontainers.image.description='TruffleRuby is the GraalVM high-performance implementation of the Ruby programming language.' | ||
|
||
ARG GRAALVM_VERSION=24.0.2 | ||
ARG GRAALVM_VERSION=24.1.0 | ||
ARG TARGETPLATFORM | ||
ARG GRAALVM_PKG=https://github.com/oracle/truffleruby/releases/download/graal-$GRAALVM_VERSION/truffleruby-community-$GRAALVM_VERSION-GRAALVM_ARCH.tar.gz | ||
ARG TEMP_REGION="" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ LABEL \ | |
org.opencontainers.image.authors='GraalVM Sustaining Team <[email protected]>' \ | ||
org.opencontainers.image.description='TruffleRuby is the GraalVM high-performance implementation of the Ruby programming language.' | ||
|
||
ARG GRAALVM_VERSION=24.0.2 | ||
ARG GRAALVM_VERSION=24.1.0 | ||
ARG TARGETPLATFORM | ||
ARG GRAALVM_PKG=https://github.com/oracle/truffleruby/releases/download/graal-$GRAALVM_VERSION/truffleruby-community-$GRAALVM_VERSION-GRAALVM_ARCH.tar.gz | ||
ARG TEMP_REGION="" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ LABEL \ | |
org.opencontainers.image.authors='GraalVM Sustaining Team <[email protected]>' \ | ||
org.opencontainers.image.description='TruffleRuby is the GraalVM high-performance implementation of the Ruby programming language.' | ||
|
||
ARG GRAALVM_VERSION=24.0.2 | ||
ARG GRAALVM_VERSION=24.1.0 | ||
ARG TARGETPLATFORM | ||
ARG GRAALVM_PKG=https://github.com/oracle/truffleruby/releases/download/graal-$GRAALVM_VERSION/truffleruby-community-$GRAALVM_VERSION-GRAALVM_ARCH.tar.gz | ||
ARG TEMP_REGION="" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ LABEL \ | |
org.opencontainers.image.authors='GraalVM Sustaining Team <[email protected]>' \ | ||
org.opencontainers.image.description='TruffleRuby is the GraalVM high-performance implementation of the Ruby programming language.' | ||
|
||
ARG GRAALVM_VERSION=24.0.2 | ||
ARG GRAALVM_VERSION=24.1.0 | ||
ARG TARGETPLATFORM | ||
ARG GRAALVM_PKG=https://github.com/oracle/truffleruby/releases/download/graal-$GRAALVM_VERSION/truffleruby-community-$GRAALVM_VERSION-GRAALVM_ARCH.tar.gz | ||
ARG TEMP_REGION="" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters