Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfiles and readme file #78

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ Note the following images are deprecated and will only receive a last update for

The images are tagged with the format `ghcr.io/graalvm/IMAGE_NAME:java_version`.
The version tag defines the level of specificity.
It is recommended that the most specific tag be used, for example, `20.0.1` or `20.0.1-ol9-date`, where the `` means the image required a patch and this specific build will never change.
It is recommended that the most specific tag be used, for example, `20.0.2` or `20.0.2-ol9-date`, where the `` means the image required a patch and this specific build will never change.

You can pull a package by name or by name and version tag.
To install GraalVM JDK from the command line, use:
```
$ docker pull ghcr.io/graalvm/jdk-community:20.0.1
$ docker pull ghcr.io/graalvm/jdk-community:20.0.2
```
To use GraalVM JDK as base image in Dockerfile, use:
```
FROM ghcr.io/graalvm/jdk-community:20.0.1
FROM ghcr.io/graalvm/jdk-community:20.0.2
```

Read more about GraalVM Community Edition container images [here](https://www.graalvm.org/docs/getting-started/container-images/).
Expand All @@ -57,19 +57,19 @@ For an RPM-based image, use:
ghcr.io/graalvm/$IMAGE_NAME[:][$java_version][-$os_version][-$version][-$date]
```

For example, `ghcr.io/graalvm/jdk-community:20.0.1-ol9-20230613`.
For example, `ghcr.io/graalvm/jdk-community:20.0.2-ol9-20230725`.
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 23.0.x releases, but not for 23.0.0.
For instance, using `ghcr.io/graalvm/jdk-community:latest`, the image will be updated for 23.0.x releases, but not for 23.0.1.
Using `ghcr.io/graalvm/native-image-community` you will always get the latest update available for Native Image community, the latest OS which is for now Oracle Linux 9 and Oracle Linux 9 slim, and the latest Java version.

For Standalone-based image, use:

ghcr.io/graalvm/$IMAGE_NAME[:][$graalvm_version][-$os_version][-$date]
```

For example, `ghcr.io/graalvm/graalvm-community:23.0.0-ol9-20230622`.
For example, `ghcr.io/graalvm/graalvm-community:23.0.1-ol9-20230725`.
You can also set an image to a specific java version number that allows an update for a subversion to be pulled.
For instance, using `ghcr.io/graalvm/nodejs-community:latest`, the image will be updated for 23.0.x releases, but not for 23.0.0.
For instance, using `ghcr.io/graalvm/nodejs-community:latest`, the image will be updated for 23.0.x releases, but not for 23.0.1.
Using `ghcr.io/graalvm/nodejs-community` you will always get the latest update available for Node.js, the latest OS which is for now Oracle Linux 9 and Oracle Linux 9 slim, and the latest Java version.

Note some terms and restrictions that may apply to the open source technology.
Expand Down
2 changes: 1 addition & 1 deletion graalpy-community/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -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=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG GRAALVM_PKG=https://github.com/oracle/graalpy/releases/download/vm-$GRAALVM_VERSION/graalpy-$GRAALVM_VERSION-linux-amd64.tar.gz

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion graalpy-community/Dockerfile.ol7
Original file line number Diff line number Diff line change
Expand Up @@ -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=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG GRAALVM_PKG=https://github.com/oracle/graalpy/releases/download/vm-$GRAALVM_VERSION/graalpy-$GRAALVM_VERSION-linux-amd64.tar.gz
ARG TEMP_REGION=""

Expand Down
2 changes: 1 addition & 1 deletion graalpy-community/Dockerfile.ol7-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 <[email protected]>' \
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.'

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG GRAALVM_PKG=https://github.com/oracle/graalpy/releases/download/vm-$GRAALVM_VERSION/graalpy-$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 <[email protected]>' \
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.'

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG GRAALVM_PKG=https://github.com/oracle/graalpy/releases/download/vm-$GRAALVM_VERSION/graalpy-$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 <[email protected]>' \
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.'

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG GRAALVM_PKG=https://github.com/oracle/graalpy/releases/download/vm-$GRAALVM_VERSION/graalpy-$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 <[email protected]>' \
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.'

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG GRAALVM_PKG=https://github.com/oracle/graalpy/releases/download/vm-$GRAALVM_VERSION/graalpy-$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 <[email protected]>' \
org.opencontainers.image.description='GraalPy is the GraalVM high-performance implementation of the Python programming language.'

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG GRAALVM_PKG=https://github.com/oracle/graalpy/releases/download/vm-$GRAALVM_VERSION/graalpy-$GRAALVM_VERSION-linux-amd64.tar.gz
ARG TEMP_REGION=""

Expand Down
2 changes: 1 addition & 1 deletion graalvm-community/Dockerfile.ol7-java17
mlouriz marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN yum update -y oraclelinux-release-el7 \

RUN fc-cache -f -v

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JDK_BUILD=17.0.7
ARG JAVA_VERSION=java17
ARG GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-$JDK_BUILD/graalvm-community-jdk-$JDK_BUILD_GRAALVM_ARCH_bin.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion graalvm-community/Dockerfile.ol7-java20
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN yum update -y oraclelinux-release-el7 \

RUN fc-cache -f -v

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=java20
ARG GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-$JDK_BUILD/graalvm-community-jdk-$JDK_BUILD_GRAALVM_ARCH_bin.tar.gz
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion graalvm-community/Dockerfile.ol8-java17
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN microdnf update -y oraclelinux-release-el8 \

RUN fc-cache -f -v

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=java17
ARG GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-$JDK_BUILD/graalvm-community-jdk-$JDK_BUILD_GRAALVM_ARCH_bin.tar.gz
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion graalvm-community/Dockerfile.ol8-java20
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN microdnf update -y oraclelinux-release-el8 \

RUN fc-cache -f -v

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=java20
ARG GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-$JDK_BUILD/graalvm-community-jdk-$JDK_BUILD_GRAALVM_ARCH_bin.tar.gz
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion graalvm-community/Dockerfile.ol9-java17
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN microdnf update -y oraclelinux-release-el9 \

RUN fc-cache -f -v

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=java17
ARG GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-$JDK_BUILD/graalvm-community-jdk-$JDK_BUILD_GRAALVM_ARCH_bin.tar.gz
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion graalvm-community/Dockerfile.ol9-java20
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN microdnf update -y oraclelinux-release-el9 \

RUN fc-cache -f -v

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=java20
ARG GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-$JDK_BUILD/graalvm-community-jdk-$JDK_BUILD_GRAALVM_ARCH_bin.tar.gz
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/jdk-community/Dockerfile.ol7-java17
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL \
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=17
ARG YUM_REPO=""
ARG YUM_REPO_DEFAULT=https://yum.oracle.com/repo/OracleLinux/OL7/graalvm/community/
Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/jdk-community/Dockerfile.ol7-java20
mlouriz marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LABEL \
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...


ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=20
ARG YUM_REPO=""
ARG YUM_REPO_DEFAULT=https://yum.oracle.com/repo/OracleLinux/OL7/graalvm/community/
Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/jdk-community/Dockerfile.ol8-java17
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LABEL \
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...


ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=17
ARG PLATFORM
ARG YUM_REPO=""
Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/jdk-community/Dockerfile.ol8-java20
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LABEL \
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...


ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=20
ARG PLATFORM
ARG YUM_REPO=""
Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/jdk-community/Dockerfile.ol9-java17
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LABEL \
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...


ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=17
ARG PLATFORM
ARG YUM_REPO=""
Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/jdk-community/Dockerfile.ol9-java20
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LABEL \
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...


ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=20
ARG PLATFORM
ARG YUM_REPO=""
Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/native-image-community/Dockerfile.ol7-java17
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL \
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=17
ARG YUM_REPO=""
ARG YUM_REPO_DEFAULT=https://yum.oracle.com/repo/OracleLinux/OL7/graalvm/community/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2015,2022 Oracle and/or its affiliates. All rights reserved.
#

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1

ARG BASE_IMAGE=ghcr.io/graalvm/native-image-community:17-ol7

Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/native-image-community/Dockerfile.ol7-java20
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL \
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=20
ARG YUM_REPO=""
ARG YUM_REPO_DEFAULT=https://yum.oracle.com/repo/OracleLinux/OL7/graalvm/community/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2015,2022 Oracle and/or its affiliates. All rights reserved.
#

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1

ARG BASE_IMAGE=ghcr.io/graalvm/native-image-community:20-ol7

Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/native-image-community/Dockerfile.ol8-java17
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL \
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=17
ARG YUM_REPO=""
ARG YUM_REPO_DEFAULT=https://yum.oracle.com/repo/OracleLinux/OL8/graalvm/community/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2015,2022 Oracle and/or its affiliates. All rights reserved.
#

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1

ARG BASE_IMAGE=ghcr.io/graalvm/native-image-community:17-ol8

Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/native-image-community/Dockerfile.ol8-java20
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL \
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=20
ARG YUM_REPO=""
ARG YUM_REPO_DEFAULT=https://yum.oracle.com/repo/OracleLinux/OL8/graalvm/community/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2015,2022 Oracle and/or its affiliates. All rights reserved.
#

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1

ARG BASE_IMAGE=ghcr.io/graalvm/native-image-community:20-ol8

Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/native-image-community/Dockerfile.ol9-java17
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL \
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=17
ARG YUM_REPO=""
ARG YUM_REPO_DEFAULT=https://yum.oracle.com/repo/OracleLinux/OL9/graalvm/community/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2015,2022 Oracle and/or its affiliates. All rights reserved.
#

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1

ARG BASE_IMAGE=ghcr.io/graalvm/native-image-community:17-ol9

Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/native-image-community/Dockerfile.ol9-java20
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL \
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=20
ARG YUM_REPO=""
ARG YUM_REPO_DEFAULT=https://yum.oracle.com/repo/OracleLinux/OL9/graalvm/community/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2015,2022 Oracle and/or its affiliates. All rights reserved.
#

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1

ARG BASE_IMAGE=ghcr.io/graalvm/native-image-community:20-ol9

Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/nodejs-community/Dockerfile.ol7-java17
mlouriz marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL \
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=17
ARG YUM_REPO=""
ARG YUM_REPO_DEFAULT=https://yum.oracle.com/repo/OracleLinux/OL7/graalvm/community/
Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/nodejs-community/Dockerfile.ol7-java20
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL \
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=20
ARG YUM_REPO=""
ARG YUM_REPO_DEFAULT=https://yum.oracle.com/repo/OracleLinux/OL7/graalvm/community/
Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/nodejs-community/Dockerfile.ol8-java17
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL \
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=17
ARG YUM_REPO=""
ARG YUM_REPO_DEFAULT=https://yum.oracle.com/repo/OracleLinux/OL8/graalvm/community/
Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/nodejs-community/Dockerfile.ol8-java20
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL \
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=20
ARG YUM_REPO=""
ARG YUM_REPO_DEFAULT=https://yum.oracle.com/repo/OracleLinux/OL8/graalvm/community/
Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/nodejs-community/Dockerfile.ol9-java17
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL \
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=17
ARG YUM_REPO=""
ARG YUM_REPO_DEFAULT=https://yum.oracle.com/repo/OracleLinux/OL9/graalvm/community/
Expand Down
2 changes: 1 addition & 1 deletion rpm-compact/nodejs-community/Dockerfile.ol9-java20
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL \
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg 'https_proxy=...' --build-arg 'http_proxy=...' --build-arg 'no_proxy=...' ...

ARG GRAALVM_VERSION=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG JAVA_VERSION=20
ARG YUM_REPO=""
ARG YUM_REPO_DEFAULT=https://yum.oracle.com/repo/OracleLinux/OL9/graalvm/community/
Expand Down
2 changes: 1 addition & 1 deletion truffleruby-community/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -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=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG TARGETPLATFORM
ARG GRAALVM_PKG=https://github.com/oracle/truffleruby/releases/download/vm-$GRAALVM_VERSION/truffleruby-$GRAALVM_VERSION-GRAALVM_ARCH.tar.gz

Expand Down
2 changes: 1 addition & 1 deletion truffleruby-community/Dockerfile.ol7
Original file line number Diff line number Diff line change
Expand Up @@ -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=23.0.0
ARG GRAALVM_VERSION=23.0.1
ARG TARGETPLATFORM
ARG GRAALVM_PKG=https://github.com/oracle/truffleruby/releases/download/vm-$GRAALVM_VERSION/truffleruby-$GRAALVM_VERSION-GRAALVM_ARCH.tar.gz
ARG TEMP_REGION=""
Expand Down
Loading