Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 123
Updates for the release of 24.0.0.3#594
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| websphere-liberty:24.0.0.3-kernel ../ga/24.0.0.3/kernel ../ga/24.0.0.3/kernel/Dockerfile.ubuntu.ibmjava8 | ||
| websphere-liberty:24.0.0.3-kernel-java11-openj9 ../ga/24.0.0.3/kernel ../ga/24.0.0.3/kernel/Dockerfile.ubuntu.openjdk11 | ||
| websphere-liberty:24.0.0.3-kernel-java17-openj9 ../ga/24.0.0.3/kernel ../ga/24.0.0.3/kernel/Dockerfile.ubuntu.openjdk17 | ||
| websphere-liberty:24.0.0.3-kernel-java8-ibmjava-ubi ../ga/24.0.0.3/kernel ../ga/24.0.0.3/kernel/Dockerfile.ubi.ibmjava8 | ||
| websphere-liberty:24.0.0.3-kernel-java8-openj9-ubi ../ga/24.0.0.3/kernel ../ga/24.0.0.3/kernel/Dockerfile.ubi.openjdk8 | ||
| websphere-liberty:24.0.0.3-kernel-java11-openj9-ubi ../ga/24.0.0.3/kernel ../ga/24.0.0.3/kernel/Dockerfile.ubi.openjdk11 | ||
| websphere-liberty:24.0.0.3-kernel-java17-openj9-ubi ../ga/24.0.0.3/kernel ../ga/24.0.0.3/kernel/Dockerfile.ubi.openjdk17 | ||
| websphere-liberty:24.0.0.3-full ../ga/24.0.0.3/full ../ga/24.0.0.3/full/Dockerfile.ubuntu.ibmjava8 | ||
| websphere-liberty:24.0.0.3-full-java11-openj9 ../ga/24.0.0.3/full ../ga/24.0.0.3/full/Dockerfile.ubuntu.openjdk11 | ||
| websphere-liberty:24.0.0.3-full-java17-openj9 ../ga/24.0.0.3/full ../ga/24.0.0.3/full/Dockerfile.ubuntu.openjdk17 | ||
| websphere-liberty:24.0.0.3-full-java8-ibmjava-ubi ../ga/24.0.0.3/full ../ga/24.0.0.3/full/Dockerfile.ubi.ibmjava8 | ||
| websphere-liberty:24.0.0.3-full-java8-openj9-ubi ../ga/24.0.0.3/full ../ga/24.0.0.3/full/Dockerfile.ubi.openjdk8 | ||
| websphere-liberty:24.0.0.3-full-java11-openj9-ubi ../ga/24.0.0.3/full ../ga/24.0.0.3/full/Dockerfile.ubi.openjdk11 | ||
| websphere-liberty:24.0.0.3-full-java17-openj9-ubi ../ga/24.0.0.3/full ../ga/24.0.0.3/full/Dockerfile.ubi.openjdk17 | ||
| websphere-liberty:beta ../beta | ||
| websphere-liberty:test-stock-quote test-stock-quote | ||
| websphere-liberty:test-stock-trader test-stock-trader | ||
| websphere-liberty:test-pet-clinic test-pet-clinic |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -19,7 +19,7 @@ USER root | ||
| ARG VERBOSE=false | ||
| # Install WebSphere Liberty | ||
| ARG LIBERTY_VERSION=24.0.0.2 | ||
| ARG LIBERTY_VERSION=24.0.0.3 | ||
| ARG LIBERTY_URL | ||
| ARG DOWNLOAD_OPTIONS="" | ||
| ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The SHA value must be replaced with placeholder. Same for other Dockerfiles in | ||
| @@ -48,8 +48,8 @@ USER root | ||
| ARG VERBOSE=false | ||
| ARG OPENJ9_SCC=true | ||
| ARG LIBERTY_VERSION=24.0.0.2 | ||
| ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 | ||
| ARG LIBERTY_VERSION=24.0.0.3 | ||
| ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} | ||
| LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ | ||
| org.opencontainers.image.vendor="IBM" \ | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 23.0.0.9 directory must be removed. We only support the last 2 quarterly releases (24.0.0.3 and 23.0.0.12)