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 java21 JDK version #80

Merged
merged 1 commit into from
Sep 26, 2024
Merged
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
4 changes: 2 additions & 2 deletions images/java21/builder/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ envs:
- name: S2I_DESTINATION
value: "/tmp"
- name: JAVA_HOME
value: /usr/local/jdk-21.0.3+9
value: /usr/local/jdk-21.0.4+7
- name: PATH
value: /usr/local/jdk-21.0.3+9/bin:$PATH
value: /usr/local/jdk-21.0.4+7/bin:$PATH

packages:
manager: microdnf
Expand Down
4 changes: 2 additions & 2 deletions modules/java21/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "Module used to install IBM Semeru Java 21"
# Defined artifacts that are used to build the image
artifacts:
- name: semeru21.tar.gz
url: https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.3+9_openj9-0.44.0/ibm-semeru-open-jdk_x64_linux_21.0.3_9_openj9-0.44.0.tar.gz
sha256: 5cccb39dc7ca6c61a11bd7179c4c3c30b747f9f22129576feef921b59725af25
url: https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.4+7_openj9-0.46.1/ibm-semeru-open-jdk_x64_linux_21.0.4_7_openj9-0.46.1.tar.gz
sha256: eaf8a35c50167da06f1e103602df40aac2a74a1fd170f4701b2076152e104e5c
execute:
- script: install.sh
Loading