Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ The following tags are listed from the most-specific tag (at the top) to the lea
The most-specific tag is unique and always points to the same image, while the less-specific tags point to newer image variants over time.

```
25.0.1-ol9-20251021
25.0.1-ol9
25.0.1
25.0.2-ol9-20260120
25.0.2-ol9
25.0.2
25-ol9
25
```
Expand All @@ -82,7 +82,7 @@ To fix the image and allow no updates, you need to use a full version with a rel
ghcr.io/graalvm/$IMAGE_NAME[:][$java_version][-$os_version][-$date]
```

For example, `ghcr.io/graalvm/jdk-community:25.0.1-ol9-20251021`.
For example, `ghcr.io/graalvm/jdk-community:25.0.2-ol9-20260120`.

You can also set an image to a specific Java version that allows an update for a subversion to be pulled.
For instance, using `ghcr.io/graalvm/jdk-community:latest`, the image will be updated for 24.1.x releases, but not for 25.0.0.
Expand Down
2 changes: 1 addition & 1 deletion graalpy-community/Dockerfile.ol10
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL \
org.opencontainers.image.authors='GraalVM Sustaining Team <graalvm-sustaining_ww_grp@oracle.com>' \
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.'

ARG GRAALVM_VERSION=25.0.1
ARG GRAALVM_VERSION=25.0.2
ARG GRAALVM_PKG=https://github.com/oracle/graalpython/releases/download/graal-$GRAALVM_VERSION/graalpy-community-$GRAALVM_VERSION-linux-amd64.tar.gz
ARG TEMP_REGION=""

Expand Down
2 changes: 1 addition & 1 deletion graalpy-community/Dockerfile.ol10-slim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL \
org.opencontainers.image.authors='GraalVM Sustaining Team <graalvm-sustaining_ww_grp@oracle.com>' \
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.'

ARG GRAALVM_VERSION=25.0.1
ARG GRAALVM_VERSION=25.0.2
ARG GRAALVM_PKG=https://github.com/oracle/graalpython/releases/download/graal-$GRAALVM_VERSION/graalpy-community-$GRAALVM_VERSION-linux-amd64.tar.gz
ARG TEMP_REGION=""

Expand Down
2 changes: 1 addition & 1 deletion graalpy-community/Dockerfile.ol8
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL \
org.opencontainers.image.authors='GraalVM Sustaining Team <graalvm-sustaining_ww_grp@oracle.com>' \
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.'

ARG GRAALVM_VERSION=25.0.1
ARG GRAALVM_VERSION=25.0.2
ARG GRAALVM_PKG=https://github.com/oracle/graalpython/releases/download/graal-$GRAALVM_VERSION/graalpy-community-$GRAALVM_VERSION-linux-amd64.tar.gz
ARG TEMP_REGION=""

Expand Down
2 changes: 1 addition & 1 deletion graalpy-community/Dockerfile.ol8-slim
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL \
org.opencontainers.image.authors='GraalVM Sustaining Team <graalvm-sustaining_ww_grp@oracle.com>' \
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.'

ARG GRAALVM_VERSION=25.0.1
ARG GRAALVM_VERSION=25.0.2
ARG GRAALVM_PKG=https://github.com/oracle/graalpython/releases/download/graal-$GRAALVM_VERSION/graalpy-community-$GRAALVM_VERSION-linux-amd64.tar.gz
ARG TEMP_REGION=""

Expand Down
2 changes: 1 addition & 1 deletion graalpy-community/Dockerfile.ol9
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL \
org.opencontainers.image.authors='GraalVM Sustaining Team <graalvm-sustaining_ww_grp@oracle.com>' \
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.'

ARG GRAALVM_VERSION=25.0.1
ARG GRAALVM_VERSION=25.0.2
ARG GRAALVM_PKG=https://github.com/oracle/graalpython/releases/download/graal-$GRAALVM_VERSION/graalpy-community-$GRAALVM_VERSION-linux-amd64.tar.gz
ARG TEMP_REGION=""

Expand Down
2 changes: 1 addition & 1 deletion graalpy-community/Dockerfile.ol9-slim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL \
org.opencontainers.image.authors='GraalVM Sustaining Team <graalvm-sustaining_ww_grp@oracle.com>' \
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.'

ARG GRAALVM_VERSION=25.0.1
ARG GRAALVM_VERSION=25.0.2
ARG GRAALVM_PKG=https://github.com/oracle/graalpython/releases/download/graal-$GRAALVM_VERSION/graalpy-community-$GRAALVM_VERSION-linux-amd64.tar.gz
ARG TEMP_REGION=""

Expand Down
4 changes: 2 additions & 2 deletions graalvm-community/Dockerfile.ol10-java25
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN microdnf update -y oraclelinux-release-el10 \
RUN fc-cache -f -v

ARG JDK_MAJOR_VERSION=25
ARG JDK_VERSION=25.0.1
ARG JDK_BUILD=+8.1
ARG JDK_VERSION=25.0.2
ARG JDK_BUILD=+10.1
ARG GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-${JDK_VERSION}/graalvm-community-jdk-${JDK_VERSION}_GRAALVM_ARCH_bin.tar.gz

ENV LANG=en_US.UTF-8 \
Expand Down
4 changes: 2 additions & 2 deletions graalvm-community/Dockerfile.ol8-java25
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN microdnf update -y oraclelinux-release-el8 \
RUN fc-cache -f -v

ARG JDK_MAJOR_VERSION=25
ARG JDK_VERSION=25.0.1
ARG JDK_BUILD=+8.1
ARG JDK_VERSION=25.0.2
ARG JDK_BUILD=+10.1
ARG GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-${JDK_VERSION}/graalvm-community-jdk-${JDK_VERSION}_GRAALVM_ARCH_bin.tar.gz

ENV LANG=en_US.UTF-8 \
Expand Down
4 changes: 2 additions & 2 deletions graalvm-community/Dockerfile.ol9-java25
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN microdnf update -y oraclelinux-release-el9 \
RUN fc-cache -f -v

ARG JDK_MAJOR_VERSION=25
ARG JDK_VERSION=25.0.1
ARG JDK_BUILD=+8.1
ARG JDK_VERSION=25.0.2
ARG JDK_BUILD=+10.1
ARG GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-${JDK_VERSION}/graalvm-community-jdk-${JDK_VERSION}_GRAALVM_ARCH_bin.tar.gz

ENV LANG=en_US.UTF-8 \
Expand Down