From 9af12f7391d1f25732cd382df2ee536b3a72ff31 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:19:19 +0000 Subject: [PATCH 1/2] Updates for the release of 24.0.0.8 --- ga/24.0.0.7/images.txt | 18 ------------------ ga/{24.0.0.7 => 24.0.0.8}/README.md | 0 .../full/Dockerfile.ubi.ibmjava8 | 4 ++-- .../full/Dockerfile.ubi.openjdk11 | 4 ++-- .../full/Dockerfile.ubi.openjdk17 | 4 ++-- .../full/Dockerfile.ubi.openjdk21 | 4 ++-- .../full/Dockerfile.ubi.openjdk8 | 4 ++-- .../full/Dockerfile.ubuntu.ibmjava8 | 2 +- .../full/Dockerfile.ubuntu.openjdk11 | 2 +- .../full/Dockerfile.ubuntu.openjdk17 | 2 +- ga/{24.0.0.7 => 24.0.0.8}/full/README.md | 0 .../full/resources/.gitkeep | 0 ga/{24.0.0.7 => 24.0.0.8}/full/server.xml | 0 ga/24.0.0.8/images.txt | 18 ++++++++++++++++++ .../kernel/Dockerfile.ubi.ibmjava8 | 8 ++++---- .../kernel/Dockerfile.ubi.openjdk11 | 8 ++++---- .../kernel/Dockerfile.ubi.openjdk17 | 8 ++++---- .../kernel/Dockerfile.ubi.openjdk21 | 8 ++++---- .../kernel/Dockerfile.ubi.openjdk8 | 8 ++++---- .../kernel/Dockerfile.ubuntu.ibmjava8 | 6 +++--- .../kernel/Dockerfile.ubuntu.openjdk11 | 6 +++--- .../kernel/Dockerfile.ubuntu.openjdk17 | 6 +++--- ga/{24.0.0.7 => 24.0.0.8}/kernel/NOTICES | 0 ga/{24.0.0.7 => 24.0.0.8}/kernel/README.md | 0 .../kernel/fixes/.gitkeep | 0 .../kernel/helpers/build/checkpoint.sh | 0 .../hazelcast-client.xml | 0 .../hazelcast-embedded.xml | 0 .../hazelcast-sessioncache-config.xml | 0 .../hazelcast-sessioncache.xml | 0 .../configuration_snippets/http-endpoint.xml | 0 .../http-ssl-endpoint.xml | 0 .../configuration_snippets/iiop-endpoint.xml | 0 .../iiop-ssl-endpoint.xml | 0 .../infinispan-client-sessioncache-config.xml | 0 .../infinispan-client-sessioncache.xml | 0 .../configuration_snippets/jms-endpoint.xml | 0 .../jms-ssl-endpoint.xml | 0 .../build/configuration_snippets/keystore.xml | 0 .../configuration_snippets/mp-health-check.xml | 0 .../configuration_snippets/mp-monitoring.xml | 0 .../configuration_snippets/oidc-config.xml | 0 .../build/configuration_snippets/oidc.xml | 0 .../sessioncache-features.xml | 0 .../configuration_snippets/sso-facebook.xml | 0 .../configuration_snippets/sso-features.xml | 0 .../configuration_snippets/sso-github.xml | 0 .../configuration_snippets/sso-google.xml | 0 .../configuration_snippets/sso-linkedin.xml | 0 .../configuration_snippets/sso-oauth2.xml | 0 .../build/configuration_snippets/sso-oidc.xml | 0 .../configuration_snippets/sso-twitter.xml | 0 .../build/configuration_snippets/tls.xml | 0 .../configuration_snippets/trustDefault.xml | 0 .../configuration_snippets/truststore.xml | 0 .../kernel/helpers/build/configure.sh | 0 .../kernel/helpers/build/features.sh | 0 .../helpers/build/infinispan-client-setup.sh | 0 .../build/internal/features-installed.sh | 0 .../kernel/helpers/build/pidplus.sh | 0 .../kernel/helpers/build/populate_scc.sh | 0 .../kernel/helpers/runtime/docker-server.sh | 0 .../kernel/helpers/runtime/restore-server.sh | 0 .../kernel/resources/.gitkeep | 0 .../oidcProvider/Dockerfile | 0 .../oidcProvider/Dockerfile.java11 | 0 .../oidcProvider/README.md | 0 .../oidcProvider/server.xml | 0 ga/latest/kernel/Dockerfile.ubi.ibmjava8 | 8 ++++---- ga/latest/kernel/Dockerfile.ubi.openjdk11 | 8 ++++---- ga/latest/kernel/Dockerfile.ubi.openjdk17 | 8 ++++---- ga/latest/kernel/Dockerfile.ubi.openjdk21 | 8 ++++---- ga/latest/kernel/Dockerfile.ubi.openjdk8 | 8 ++++---- ga/latest/kernel/Dockerfile.ubuntu.ibmjava8 | 6 +++--- ga/latest/kernel/Dockerfile.ubuntu.openjdk11 | 6 +++--- ga/latest/kernel/Dockerfile.ubuntu.openjdk17 | 6 +++--- 76 files changed, 89 insertions(+), 89 deletions(-) delete mode 100644 ga/24.0.0.7/images.txt rename ga/{24.0.0.7 => 24.0.0.8}/README.md (100%) rename ga/{24.0.0.7 => 24.0.0.8}/full/Dockerfile.ubi.ibmjava8 (93%) rename ga/{24.0.0.7 => 24.0.0.8}/full/Dockerfile.ubi.openjdk11 (93%) rename ga/{24.0.0.7 => 24.0.0.8}/full/Dockerfile.ubi.openjdk17 (93%) rename ga/{24.0.0.7 => 24.0.0.8}/full/Dockerfile.ubi.openjdk21 (93%) rename ga/{24.0.0.7 => 24.0.0.8}/full/Dockerfile.ubi.openjdk8 (93%) rename ga/{24.0.0.7 => 24.0.0.8}/full/Dockerfile.ubuntu.ibmjava8 (96%) rename ga/{24.0.0.7 => 24.0.0.8}/full/Dockerfile.ubuntu.openjdk11 (96%) rename ga/{24.0.0.7 => 24.0.0.8}/full/Dockerfile.ubuntu.openjdk17 (96%) rename ga/{24.0.0.7 => 24.0.0.8}/full/README.md (100%) rename ga/{24.0.0.7 => 24.0.0.8}/full/resources/.gitkeep (100%) rename ga/{24.0.0.7 => 24.0.0.8}/full/server.xml (100%) create mode 100644 ga/24.0.0.8/images.txt rename ga/{24.0.0.7 => 24.0.0.8}/kernel/Dockerfile.ubi.ibmjava8 (97%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/Dockerfile.ubi.openjdk11 (97%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/Dockerfile.ubi.openjdk17 (97%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/Dockerfile.ubi.openjdk21 (97%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/Dockerfile.ubi.openjdk8 (97%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/Dockerfile.ubuntu.ibmjava8 (98%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/Dockerfile.ubuntu.openjdk11 (98%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/Dockerfile.ubuntu.openjdk17 (98%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/NOTICES (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/README.md (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/fixes/.gitkeep (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/checkpoint.sh (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/hazelcast-client.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/hazelcast-embedded.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/hazelcast-sessioncache-config.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/hazelcast-sessioncache.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/http-endpoint.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/http-ssl-endpoint.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/iiop-endpoint.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/iiop-ssl-endpoint.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/infinispan-client-sessioncache-config.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/infinispan-client-sessioncache.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/jms-endpoint.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/jms-ssl-endpoint.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/keystore.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/mp-health-check.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/mp-monitoring.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/oidc-config.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/oidc.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/sessioncache-features.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/sso-facebook.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/sso-features.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/sso-github.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/sso-google.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/sso-linkedin.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/sso-oauth2.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/sso-oidc.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/sso-twitter.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/tls.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/trustDefault.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configuration_snippets/truststore.xml (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/configure.sh (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/features.sh (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/infinispan-client-setup.sh (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/internal/features-installed.sh (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/pidplus.sh (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/build/populate_scc.sh (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/runtime/docker-server.sh (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/helpers/runtime/restore-server.sh (100%) rename ga/{24.0.0.7 => 24.0.0.8}/kernel/resources/.gitkeep (100%) rename ga/{24.0.0.7 => 24.0.0.8}/oidcProvider/Dockerfile (100%) rename ga/{24.0.0.7 => 24.0.0.8}/oidcProvider/Dockerfile.java11 (100%) rename ga/{24.0.0.7 => 24.0.0.8}/oidcProvider/README.md (100%) rename ga/{24.0.0.7 => 24.0.0.8}/oidcProvider/server.xml (100%) diff --git a/ga/24.0.0.7/images.txt b/ga/24.0.0.7/images.txt deleted file mode 100644 index e00292e09..000000000 --- a/ga/24.0.0.7/images.txt +++ /dev/null @@ -1,18 +0,0 @@ -websphere-liberty:24.0.0.7-kernel ../ga/24.0.0.7/kernel ../ga/24.0.0.7/kernel/Dockerfile.ubuntu.ibmjava8 -websphere-liberty:24.0.0.7-kernel-java11-openj9 ../ga/24.0.0.7/kernel ../ga/24.0.0.7/kernel/Dockerfile.ubuntu.openjdk11 -websphere-liberty:24.0.0.7-kernel-java17-openj9 ../ga/24.0.0.7/kernel ../ga/24.0.0.7/kernel/Dockerfile.ubuntu.openjdk17 -websphere-liberty:24.0.0.7-kernel-java8-ibmjava-ubi ../ga/24.0.0.7/kernel ../ga/24.0.0.7/kernel/Dockerfile.ubi.ibmjava8 -websphere-liberty:24.0.0.7-kernel-java8-openj9-ubi ../ga/24.0.0.7/kernel ../ga/24.0.0.7/kernel/Dockerfile.ubi.openjdk8 -websphere-liberty:24.0.0.7-kernel-java11-openj9-ubi ../ga/24.0.0.7/kernel ../ga/24.0.0.7/kernel/Dockerfile.ubi.openjdk11 -websphere-liberty:24.0.0.7-kernel-java17-openj9-ubi ../ga/24.0.0.7/kernel ../ga/24.0.0.7/kernel/Dockerfile.ubi.openjdk17 -websphere-liberty:24.0.0.7-full ../ga/24.0.0.7/full ../ga/24.0.0.7/full/Dockerfile.ubuntu.ibmjava8 -websphere-liberty:24.0.0.7-full-java11-openj9 ../ga/24.0.0.7/full ../ga/24.0.0.7/full/Dockerfile.ubuntu.openjdk11 -websphere-liberty:24.0.0.7-full-java17-openj9 ../ga/24.0.0.7/full ../ga/24.0.0.7/full/Dockerfile.ubuntu.openjdk17 -websphere-liberty:24.0.0.7-full-java8-ibmjava-ubi ../ga/24.0.0.7/full ../ga/24.0.0.7/full/Dockerfile.ubi.ibmjava8 -websphere-liberty:24.0.0.7-full-java8-openj9-ubi ../ga/24.0.0.7/full ../ga/24.0.0.7/full/Dockerfile.ubi.openjdk8 -websphere-liberty:24.0.0.7-full-java11-openj9-ubi ../ga/24.0.0.7/full ../ga/24.0.0.7/full/Dockerfile.ubi.openjdk11 -websphere-liberty:24.0.0.7-full-java17-openj9-ubi ../ga/24.0.0.7/full ../ga/24.0.0.7/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 diff --git a/ga/24.0.0.7/README.md b/ga/24.0.0.8/README.md similarity index 100% rename from ga/24.0.0.7/README.md rename to ga/24.0.0.8/README.md diff --git a/ga/24.0.0.7/full/Dockerfile.ubi.ibmjava8 b/ga/24.0.0.8/full/Dockerfile.ubi.ibmjava8 similarity index 93% rename from ga/24.0.0.7/full/Dockerfile.ubi.ibmjava8 rename to ga/24.0.0.8/full/Dockerfile.ubi.ibmjava8 index dbfce2652..ee16d4a90 100644 --- a/ga/24.0.0.7/full/Dockerfile.ubi.ibmjava8 +++ b/ga/24.0.0.8/full/Dockerfile.ubi.ibmjava8 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.7-kernel-java8-ibmjava-ubi +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.8-kernel-java8-ibmjava-ubi FROM $PARENT_IMAGE AS installBundle ARG VERBOSE=false @@ -36,7 +36,7 @@ RUN set -eux; \ rm -rf /output/workarea /output/logs; \ find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw; -ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.7-kernel-java8-ibmjava-ubi +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.8-kernel-java8-ibmjava-ubi FROM $PARENT_IMAGE ARG VERBOSE=false diff --git a/ga/24.0.0.7/full/Dockerfile.ubi.openjdk11 b/ga/24.0.0.8/full/Dockerfile.ubi.openjdk11 similarity index 93% rename from ga/24.0.0.7/full/Dockerfile.ubi.openjdk11 rename to ga/24.0.0.8/full/Dockerfile.ubi.openjdk11 index 351fec3f8..f3dbc4ebe 100644 --- a/ga/24.0.0.7/full/Dockerfile.ubi.openjdk11 +++ b/ga/24.0.0.8/full/Dockerfile.ubi.openjdk11 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.7-kernel-java11-openj9-ubi +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.8-kernel-java11-openj9-ubi FROM $PARENT_IMAGE AS installBundle ARG VERBOSE=false @@ -36,7 +36,7 @@ RUN set -eux; \ rm -rf /output/workarea /output/logs; \ find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw; -ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.7-kernel-java11-openj9-ubi +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.8-kernel-java11-openj9-ubi FROM $PARENT_IMAGE ARG VERBOSE=false diff --git a/ga/24.0.0.7/full/Dockerfile.ubi.openjdk17 b/ga/24.0.0.8/full/Dockerfile.ubi.openjdk17 similarity index 93% rename from ga/24.0.0.7/full/Dockerfile.ubi.openjdk17 rename to ga/24.0.0.8/full/Dockerfile.ubi.openjdk17 index 4d72236cf..1233ad24c 100644 --- a/ga/24.0.0.7/full/Dockerfile.ubi.openjdk17 +++ b/ga/24.0.0.8/full/Dockerfile.ubi.openjdk17 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.7-kernel-java17-openj9-ubi +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.8-kernel-java17-openj9-ubi FROM $PARENT_IMAGE AS installBundle ARG VERBOSE=false @@ -36,7 +36,7 @@ RUN set -eux; \ rm -rf /output/workarea /output/logs; \ find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw; -ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.7-kernel-java17-openj9-ubi +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.8-kernel-java17-openj9-ubi FROM $PARENT_IMAGE ARG VERBOSE=false diff --git a/ga/24.0.0.7/full/Dockerfile.ubi.openjdk21 b/ga/24.0.0.8/full/Dockerfile.ubi.openjdk21 similarity index 93% rename from ga/24.0.0.7/full/Dockerfile.ubi.openjdk21 rename to ga/24.0.0.8/full/Dockerfile.ubi.openjdk21 index b7fd8295d..7b46eec29 100644 --- a/ga/24.0.0.7/full/Dockerfile.ubi.openjdk21 +++ b/ga/24.0.0.8/full/Dockerfile.ubi.openjdk21 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.7-kernel-java21-openj9-ubi9-minimal +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.8-kernel-java21-openj9-ubi9-minimal FROM $PARENT_IMAGE AS installBundle ARG VERBOSE=false @@ -36,7 +36,7 @@ RUN set -eux; \ rm -rf /output/workarea /output/logs; \ find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw; -ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.7-kernel-java21-openj9-ubi9-minimal +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.8-kernel-java21-openj9-ubi9-minimal FROM $PARENT_IMAGE ARG VERBOSE=false diff --git a/ga/24.0.0.7/full/Dockerfile.ubi.openjdk8 b/ga/24.0.0.8/full/Dockerfile.ubi.openjdk8 similarity index 93% rename from ga/24.0.0.7/full/Dockerfile.ubi.openjdk8 rename to ga/24.0.0.8/full/Dockerfile.ubi.openjdk8 index be1ccdb18..76c5d3867 100644 --- a/ga/24.0.0.7/full/Dockerfile.ubi.openjdk8 +++ b/ga/24.0.0.8/full/Dockerfile.ubi.openjdk8 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.7-kernel-java8-openj9-ubi +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.8-kernel-java8-openj9-ubi FROM $PARENT_IMAGE AS installBundle ARG VERBOSE=false @@ -36,7 +36,7 @@ RUN set -eux; \ rm -rf /output/workarea /output/logs; \ find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw; -ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.7-kernel-java8-openj9-ubi +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.8-kernel-java8-openj9-ubi FROM $PARENT_IMAGE ARG VERBOSE=false diff --git a/ga/24.0.0.7/full/Dockerfile.ubuntu.ibmjava8 b/ga/24.0.0.8/full/Dockerfile.ubuntu.ibmjava8 similarity index 96% rename from ga/24.0.0.7/full/Dockerfile.ubuntu.ibmjava8 rename to ga/24.0.0.8/full/Dockerfile.ubuntu.ibmjava8 index dbac514f7..5abfe8e8b 100644 --- a/ga/24.0.0.7/full/Dockerfile.ubuntu.ibmjava8 +++ b/ga/24.0.0.8/full/Dockerfile.ubuntu.ibmjava8 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM websphere-liberty:24.0.0.7-kernel-java8-ibmjava +FROM websphere-liberty:24.0.0.8-kernel-java8-ibmjava ARG VERBOSE=false ARG REPOSITORIES_PROPERTIES="" diff --git a/ga/24.0.0.7/full/Dockerfile.ubuntu.openjdk11 b/ga/24.0.0.8/full/Dockerfile.ubuntu.openjdk11 similarity index 96% rename from ga/24.0.0.7/full/Dockerfile.ubuntu.openjdk11 rename to ga/24.0.0.8/full/Dockerfile.ubuntu.openjdk11 index 8dc263928..d27d95de7 100644 --- a/ga/24.0.0.7/full/Dockerfile.ubuntu.openjdk11 +++ b/ga/24.0.0.8/full/Dockerfile.ubuntu.openjdk11 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM websphere-liberty:24.0.0.7-kernel-java11-openj9 +FROM websphere-liberty:24.0.0.8-kernel-java11-openj9 ARG VERBOSE=false ARG REPOSITORIES_PROPERTIES="" diff --git a/ga/24.0.0.7/full/Dockerfile.ubuntu.openjdk17 b/ga/24.0.0.8/full/Dockerfile.ubuntu.openjdk17 similarity index 96% rename from ga/24.0.0.7/full/Dockerfile.ubuntu.openjdk17 rename to ga/24.0.0.8/full/Dockerfile.ubuntu.openjdk17 index 92e6ed90f..73d5084f6 100644 --- a/ga/24.0.0.7/full/Dockerfile.ubuntu.openjdk17 +++ b/ga/24.0.0.8/full/Dockerfile.ubuntu.openjdk17 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM websphere-liberty:24.0.0.7-kernel-java17-openj9 +FROM websphere-liberty:24.0.0.8-kernel-java17-openj9 ARG VERBOSE=false ARG REPOSITORIES_PROPERTIES="" diff --git a/ga/24.0.0.7/full/README.md b/ga/24.0.0.8/full/README.md similarity index 100% rename from ga/24.0.0.7/full/README.md rename to ga/24.0.0.8/full/README.md diff --git a/ga/24.0.0.7/full/resources/.gitkeep b/ga/24.0.0.8/full/resources/.gitkeep similarity index 100% rename from ga/24.0.0.7/full/resources/.gitkeep rename to ga/24.0.0.8/full/resources/.gitkeep diff --git a/ga/24.0.0.7/full/server.xml b/ga/24.0.0.8/full/server.xml similarity index 100% rename from ga/24.0.0.7/full/server.xml rename to ga/24.0.0.8/full/server.xml diff --git a/ga/24.0.0.8/images.txt b/ga/24.0.0.8/images.txt new file mode 100644 index 000000000..9b96c17b9 --- /dev/null +++ b/ga/24.0.0.8/images.txt @@ -0,0 +1,18 @@ +websphere-liberty:24.0.0.8-kernel ../ga/24.0.0.8/kernel ../ga/24.0.0.8/kernel/Dockerfile.ubuntu.ibmjava8 +websphere-liberty:24.0.0.8-kernel-java11-openj9 ../ga/24.0.0.8/kernel ../ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk11 +websphere-liberty:24.0.0.8-kernel-java17-openj9 ../ga/24.0.0.8/kernel ../ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk17 +websphere-liberty:24.0.0.8-kernel-java8-ibmjava-ubi ../ga/24.0.0.8/kernel ../ga/24.0.0.8/kernel/Dockerfile.ubi.ibmjava8 +websphere-liberty:24.0.0.8-kernel-java8-openj9-ubi ../ga/24.0.0.8/kernel ../ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk8 +websphere-liberty:24.0.0.8-kernel-java11-openj9-ubi ../ga/24.0.0.8/kernel ../ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk11 +websphere-liberty:24.0.0.8-kernel-java17-openj9-ubi ../ga/24.0.0.8/kernel ../ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk17 +websphere-liberty:24.0.0.8-full ../ga/24.0.0.8/full ../ga/24.0.0.8/full/Dockerfile.ubuntu.ibmjava8 +websphere-liberty:24.0.0.8-full-java11-openj9 ../ga/24.0.0.8/full ../ga/24.0.0.8/full/Dockerfile.ubuntu.openjdk11 +websphere-liberty:24.0.0.8-full-java17-openj9 ../ga/24.0.0.8/full ../ga/24.0.0.8/full/Dockerfile.ubuntu.openjdk17 +websphere-liberty:24.0.0.8-full-java8-ibmjava-ubi ../ga/24.0.0.8/full ../ga/24.0.0.8/full/Dockerfile.ubi.ibmjava8 +websphere-liberty:24.0.0.8-full-java8-openj9-ubi ../ga/24.0.0.8/full ../ga/24.0.0.8/full/Dockerfile.ubi.openjdk8 +websphere-liberty:24.0.0.8-full-java11-openj9-ubi ../ga/24.0.0.8/full ../ga/24.0.0.8/full/Dockerfile.ubi.openjdk11 +websphere-liberty:24.0.0.8-full-java17-openj9-ubi ../ga/24.0.0.8/full ../ga/24.0.0.8/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 diff --git a/ga/24.0.0.7/kernel/Dockerfile.ubi.ibmjava8 b/ga/24.0.0.8/kernel/Dockerfile.ubi.ibmjava8 similarity index 97% rename from ga/24.0.0.7/kernel/Dockerfile.ubi.ibmjava8 rename to ga/24.0.0.8/kernel/Dockerfile.ubi.ibmjava8 index 1fb691ecb..c6b100372 100644 --- a/ga/24.0.0.7/kernel/Dockerfile.ubi.ibmjava8 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubi.ibmjava8 @@ -19,10 +19,10 @@ USER root ARG VERBOSE=false # Install WebSphere Liberty -ARG LIBERTY_VERSION=24.0.0.7 +ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_SHA={replace_with_correct_sha} # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -48,8 +48,8 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 +ARG LIBERTY_VERSION=24.0.0.8 +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" \ diff --git a/ga/24.0.0.7/kernel/Dockerfile.ubi.openjdk11 b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk11 similarity index 97% rename from ga/24.0.0.7/kernel/Dockerfile.ubi.openjdk11 rename to ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk11 index da15cda78..5830a63a6 100644 --- a/ga/24.0.0.7/kernel/Dockerfile.ubi.openjdk11 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk11 @@ -19,10 +19,10 @@ USER root ARG VERBOSE=false # Install WebSphere Liberty -ARG LIBERTY_VERSION=24.0.0.7 +ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_SHA={replace_with_correct_sha} # If there is a local copy of the image use that instead @@ -49,8 +49,8 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 +ARG LIBERTY_VERSION=24.0.0.8 +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" \ diff --git a/ga/24.0.0.7/kernel/Dockerfile.ubi.openjdk17 b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk17 similarity index 97% rename from ga/24.0.0.7/kernel/Dockerfile.ubi.openjdk17 rename to ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk17 index 0847b9229..3bf8b9af2 100644 --- a/ga/24.0.0.7/kernel/Dockerfile.ubi.openjdk17 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk17 @@ -19,10 +19,10 @@ USER root ARG VERBOSE=false # Install WebSphere Liberty -ARG LIBERTY_VERSION=24.0.0.7 +ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_SHA={replace_with_correct_sha} # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -48,8 +48,8 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 +ARG LIBERTY_VERSION=24.0.0.8 +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" \ diff --git a/ga/24.0.0.7/kernel/Dockerfile.ubi.openjdk21 b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk21 similarity index 97% rename from ga/24.0.0.7/kernel/Dockerfile.ubi.openjdk21 rename to ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk21 index 61e7b6eb8..fb3cb1d1b 100644 --- a/ga/24.0.0.7/kernel/Dockerfile.ubi.openjdk21 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk21 @@ -19,10 +19,10 @@ USER root ARG VERBOSE=false # Install WebSphere Liberty -ARG LIBERTY_VERSION=24.0.0.7 +ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_SHA={replace_with_correct_sha} # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -47,8 +47,8 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 +ARG LIBERTY_VERSION=24.0.0.8 +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" \ diff --git a/ga/24.0.0.7/kernel/Dockerfile.ubi.openjdk8 b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk8 similarity index 97% rename from ga/24.0.0.7/kernel/Dockerfile.ubi.openjdk8 rename to ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk8 index 8c11239e3..80496072b 100644 --- a/ga/24.0.0.7/kernel/Dockerfile.ubi.openjdk8 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk8 @@ -19,10 +19,10 @@ USER root ARG VERBOSE=false # Install WebSphere Liberty -ARG LIBERTY_VERSION=24.0.0.7 +ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_SHA={replace_with_correct_sha} # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -48,8 +48,8 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 +ARG LIBERTY_VERSION=24.0.0.8 +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" \ diff --git a/ga/24.0.0.7/kernel/Dockerfile.ubuntu.ibmjava8 b/ga/24.0.0.8/kernel/Dockerfile.ubuntu.ibmjava8 similarity index 98% rename from ga/24.0.0.7/kernel/Dockerfile.ubuntu.ibmjava8 rename to ga/24.0.0.8/kernel/Dockerfile.ubuntu.ibmjava8 index 27552686a..07b1cbaf6 100644 --- a/ga/24.0.0.7/kernel/Dockerfile.ubuntu.ibmjava8 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubuntu.ibmjava8 @@ -19,9 +19,9 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_VERSION=24.0.0.8 +ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_SHA={replace_with_correct_sha} LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/24.0.0.7/kernel/Dockerfile.ubuntu.openjdk11 b/ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk11 similarity index 98% rename from ga/24.0.0.7/kernel/Dockerfile.ubuntu.openjdk11 rename to ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk11 index d48bc3fb0..7ce6b39a7 100644 --- a/ga/24.0.0.7/kernel/Dockerfile.ubuntu.openjdk11 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk11 @@ -19,9 +19,9 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_VERSION=24.0.0.8 +ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_SHA={replace_with_correct_sha} LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/24.0.0.7/kernel/Dockerfile.ubuntu.openjdk17 b/ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk17 similarity index 98% rename from ga/24.0.0.7/kernel/Dockerfile.ubuntu.openjdk17 rename to ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk17 index 760760a21..0b8efc51b 100644 --- a/ga/24.0.0.7/kernel/Dockerfile.ubuntu.openjdk17 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk17 @@ -19,9 +19,9 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_VERSION=24.0.0.8 +ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_SHA={replace_with_correct_sha} LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/24.0.0.7/kernel/NOTICES b/ga/24.0.0.8/kernel/NOTICES similarity index 100% rename from ga/24.0.0.7/kernel/NOTICES rename to ga/24.0.0.8/kernel/NOTICES diff --git a/ga/24.0.0.7/kernel/README.md b/ga/24.0.0.8/kernel/README.md similarity index 100% rename from ga/24.0.0.7/kernel/README.md rename to ga/24.0.0.8/kernel/README.md diff --git a/ga/24.0.0.7/kernel/fixes/.gitkeep b/ga/24.0.0.8/kernel/fixes/.gitkeep similarity index 100% rename from ga/24.0.0.7/kernel/fixes/.gitkeep rename to ga/24.0.0.8/kernel/fixes/.gitkeep diff --git a/ga/24.0.0.7/kernel/helpers/build/checkpoint.sh b/ga/24.0.0.8/kernel/helpers/build/checkpoint.sh similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/checkpoint.sh rename to ga/24.0.0.8/kernel/helpers/build/checkpoint.sh diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/hazelcast-client.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/hazelcast-client.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/hazelcast-client.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/hazelcast-client.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/hazelcast-embedded.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/hazelcast-embedded.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/hazelcast-embedded.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/hazelcast-embedded.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/hazelcast-sessioncache-config.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/hazelcast-sessioncache-config.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/hazelcast-sessioncache-config.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/hazelcast-sessioncache-config.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/hazelcast-sessioncache.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/hazelcast-sessioncache.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/hazelcast-sessioncache.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/hazelcast-sessioncache.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/http-endpoint.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/http-endpoint.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/http-endpoint.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/http-endpoint.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/http-ssl-endpoint.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/http-ssl-endpoint.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/http-ssl-endpoint.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/http-ssl-endpoint.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/iiop-endpoint.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/iiop-endpoint.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/iiop-endpoint.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/iiop-endpoint.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/iiop-ssl-endpoint.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/iiop-ssl-endpoint.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/iiop-ssl-endpoint.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/iiop-ssl-endpoint.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/infinispan-client-sessioncache-config.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/infinispan-client-sessioncache-config.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/infinispan-client-sessioncache-config.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/infinispan-client-sessioncache-config.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/infinispan-client-sessioncache.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/infinispan-client-sessioncache.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/infinispan-client-sessioncache.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/infinispan-client-sessioncache.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/jms-endpoint.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/jms-endpoint.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/jms-endpoint.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/jms-endpoint.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/jms-ssl-endpoint.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/jms-ssl-endpoint.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/jms-ssl-endpoint.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/jms-ssl-endpoint.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/keystore.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/keystore.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/keystore.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/keystore.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/mp-health-check.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/mp-health-check.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/mp-health-check.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/mp-health-check.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/mp-monitoring.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/mp-monitoring.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/mp-monitoring.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/mp-monitoring.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/oidc-config.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/oidc-config.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/oidc-config.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/oidc-config.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/oidc.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/oidc.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/oidc.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/oidc.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sessioncache-features.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sessioncache-features.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sessioncache-features.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sessioncache-features.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-facebook.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-facebook.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-facebook.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-facebook.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-features.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-features.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-features.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-features.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-github.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-github.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-github.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-github.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-google.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-google.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-google.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-google.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-linkedin.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-linkedin.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-linkedin.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-linkedin.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-oauth2.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-oauth2.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-oauth2.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-oauth2.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-oidc.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-oidc.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-oidc.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-oidc.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-twitter.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-twitter.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/sso-twitter.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/sso-twitter.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/tls.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/tls.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/tls.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/tls.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/trustDefault.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/trustDefault.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/trustDefault.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/trustDefault.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configuration_snippets/truststore.xml b/ga/24.0.0.8/kernel/helpers/build/configuration_snippets/truststore.xml similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configuration_snippets/truststore.xml rename to ga/24.0.0.8/kernel/helpers/build/configuration_snippets/truststore.xml diff --git a/ga/24.0.0.7/kernel/helpers/build/configure.sh b/ga/24.0.0.8/kernel/helpers/build/configure.sh similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/configure.sh rename to ga/24.0.0.8/kernel/helpers/build/configure.sh diff --git a/ga/24.0.0.7/kernel/helpers/build/features.sh b/ga/24.0.0.8/kernel/helpers/build/features.sh similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/features.sh rename to ga/24.0.0.8/kernel/helpers/build/features.sh diff --git a/ga/24.0.0.7/kernel/helpers/build/infinispan-client-setup.sh b/ga/24.0.0.8/kernel/helpers/build/infinispan-client-setup.sh similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/infinispan-client-setup.sh rename to ga/24.0.0.8/kernel/helpers/build/infinispan-client-setup.sh diff --git a/ga/24.0.0.7/kernel/helpers/build/internal/features-installed.sh b/ga/24.0.0.8/kernel/helpers/build/internal/features-installed.sh similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/internal/features-installed.sh rename to ga/24.0.0.8/kernel/helpers/build/internal/features-installed.sh diff --git a/ga/24.0.0.7/kernel/helpers/build/pidplus.sh b/ga/24.0.0.8/kernel/helpers/build/pidplus.sh similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/pidplus.sh rename to ga/24.0.0.8/kernel/helpers/build/pidplus.sh diff --git a/ga/24.0.0.7/kernel/helpers/build/populate_scc.sh b/ga/24.0.0.8/kernel/helpers/build/populate_scc.sh similarity index 100% rename from ga/24.0.0.7/kernel/helpers/build/populate_scc.sh rename to ga/24.0.0.8/kernel/helpers/build/populate_scc.sh diff --git a/ga/24.0.0.7/kernel/helpers/runtime/docker-server.sh b/ga/24.0.0.8/kernel/helpers/runtime/docker-server.sh similarity index 100% rename from ga/24.0.0.7/kernel/helpers/runtime/docker-server.sh rename to ga/24.0.0.8/kernel/helpers/runtime/docker-server.sh diff --git a/ga/24.0.0.7/kernel/helpers/runtime/restore-server.sh b/ga/24.0.0.8/kernel/helpers/runtime/restore-server.sh similarity index 100% rename from ga/24.0.0.7/kernel/helpers/runtime/restore-server.sh rename to ga/24.0.0.8/kernel/helpers/runtime/restore-server.sh diff --git a/ga/24.0.0.7/kernel/resources/.gitkeep b/ga/24.0.0.8/kernel/resources/.gitkeep similarity index 100% rename from ga/24.0.0.7/kernel/resources/.gitkeep rename to ga/24.0.0.8/kernel/resources/.gitkeep diff --git a/ga/24.0.0.7/oidcProvider/Dockerfile b/ga/24.0.0.8/oidcProvider/Dockerfile similarity index 100% rename from ga/24.0.0.7/oidcProvider/Dockerfile rename to ga/24.0.0.8/oidcProvider/Dockerfile diff --git a/ga/24.0.0.7/oidcProvider/Dockerfile.java11 b/ga/24.0.0.8/oidcProvider/Dockerfile.java11 similarity index 100% rename from ga/24.0.0.7/oidcProvider/Dockerfile.java11 rename to ga/24.0.0.8/oidcProvider/Dockerfile.java11 diff --git a/ga/24.0.0.7/oidcProvider/README.md b/ga/24.0.0.8/oidcProvider/README.md similarity index 100% rename from ga/24.0.0.7/oidcProvider/README.md rename to ga/24.0.0.8/oidcProvider/README.md diff --git a/ga/24.0.0.7/oidcProvider/server.xml b/ga/24.0.0.8/oidcProvider/server.xml similarity index 100% rename from ga/24.0.0.7/oidcProvider/server.xml rename to ga/24.0.0.8/oidcProvider/server.xml diff --git a/ga/latest/kernel/Dockerfile.ubi.ibmjava8 b/ga/latest/kernel/Dockerfile.ubi.ibmjava8 index 1fb691ecb..c6b100372 100644 --- a/ga/latest/kernel/Dockerfile.ubi.ibmjava8 +++ b/ga/latest/kernel/Dockerfile.ubi.ibmjava8 @@ -19,10 +19,10 @@ USER root ARG VERBOSE=false # Install WebSphere Liberty -ARG LIBERTY_VERSION=24.0.0.7 +ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_SHA={replace_with_correct_sha} # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -48,8 +48,8 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 +ARG LIBERTY_VERSION=24.0.0.8 +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" \ diff --git a/ga/latest/kernel/Dockerfile.ubi.openjdk11 b/ga/latest/kernel/Dockerfile.ubi.openjdk11 index da15cda78..5830a63a6 100644 --- a/ga/latest/kernel/Dockerfile.ubi.openjdk11 +++ b/ga/latest/kernel/Dockerfile.ubi.openjdk11 @@ -19,10 +19,10 @@ USER root ARG VERBOSE=false # Install WebSphere Liberty -ARG LIBERTY_VERSION=24.0.0.7 +ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_SHA={replace_with_correct_sha} # If there is a local copy of the image use that instead @@ -49,8 +49,8 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 +ARG LIBERTY_VERSION=24.0.0.8 +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" \ diff --git a/ga/latest/kernel/Dockerfile.ubi.openjdk17 b/ga/latest/kernel/Dockerfile.ubi.openjdk17 index 0847b9229..3bf8b9af2 100644 --- a/ga/latest/kernel/Dockerfile.ubi.openjdk17 +++ b/ga/latest/kernel/Dockerfile.ubi.openjdk17 @@ -19,10 +19,10 @@ USER root ARG VERBOSE=false # Install WebSphere Liberty -ARG LIBERTY_VERSION=24.0.0.7 +ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_SHA={replace_with_correct_sha} # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -48,8 +48,8 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 +ARG LIBERTY_VERSION=24.0.0.8 +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" \ diff --git a/ga/latest/kernel/Dockerfile.ubi.openjdk21 b/ga/latest/kernel/Dockerfile.ubi.openjdk21 index 61e7b6eb8..fb3cb1d1b 100644 --- a/ga/latest/kernel/Dockerfile.ubi.openjdk21 +++ b/ga/latest/kernel/Dockerfile.ubi.openjdk21 @@ -19,10 +19,10 @@ USER root ARG VERBOSE=false # Install WebSphere Liberty -ARG LIBERTY_VERSION=24.0.0.7 +ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_SHA={replace_with_correct_sha} # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -47,8 +47,8 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 +ARG LIBERTY_VERSION=24.0.0.8 +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" \ diff --git a/ga/latest/kernel/Dockerfile.ubi.openjdk8 b/ga/latest/kernel/Dockerfile.ubi.openjdk8 index 8c11239e3..80496072b 100644 --- a/ga/latest/kernel/Dockerfile.ubi.openjdk8 +++ b/ga/latest/kernel/Dockerfile.ubi.openjdk8 @@ -19,10 +19,10 @@ USER root ARG VERBOSE=false # Install WebSphere Liberty -ARG LIBERTY_VERSION=24.0.0.7 +ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_SHA={replace_with_correct_sha} # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -48,8 +48,8 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 +ARG LIBERTY_VERSION=24.0.0.8 +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" \ diff --git a/ga/latest/kernel/Dockerfile.ubuntu.ibmjava8 b/ga/latest/kernel/Dockerfile.ubuntu.ibmjava8 index 27552686a..07b1cbaf6 100644 --- a/ga/latest/kernel/Dockerfile.ubuntu.ibmjava8 +++ b/ga/latest/kernel/Dockerfile.ubuntu.ibmjava8 @@ -19,9 +19,9 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_VERSION=24.0.0.8 +ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_SHA={replace_with_correct_sha} LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/latest/kernel/Dockerfile.ubuntu.openjdk11 b/ga/latest/kernel/Dockerfile.ubuntu.openjdk11 index d48bc3fb0..7ce6b39a7 100644 --- a/ga/latest/kernel/Dockerfile.ubuntu.openjdk11 +++ b/ga/latest/kernel/Dockerfile.ubuntu.openjdk11 @@ -19,9 +19,9 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_VERSION=24.0.0.8 +ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_SHA={replace_with_correct_sha} LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/latest/kernel/Dockerfile.ubuntu.openjdk17 b/ga/latest/kernel/Dockerfile.ubuntu.openjdk17 index 760760a21..0b8efc51b 100644 --- a/ga/latest/kernel/Dockerfile.ubuntu.openjdk17 +++ b/ga/latest/kernel/Dockerfile.ubuntu.openjdk17 @@ -19,9 +19,9 @@ USER root ARG VERBOSE=false ARG OPENJ9_SCC=true -ARG LIBERTY_VERSION=24.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl240720240701-1102 -ARG LIBERTY_SHA=df7d6b1d0d1e39b867bbb6305da13f9fadd70d8c +ARG LIBERTY_VERSION=24.0.0.8 +ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_SHA={replace_with_correct_sha} LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ From a6f734e26fbb139877503a02d789eaeff1fe7ed2 Mon Sep 17 00:00:00 2001 From: Wendy Raschke Date: Thu, 8 Aug 2024 14:11:29 -0500 Subject: [PATCH 2/2] Replace placeholders with build label and checksum --- ga/24.0.0.8/kernel/Dockerfile.ubi.ibmjava8 | 4 ++-- ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk11 | 4 ++-- ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk17 | 4 ++-- ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk21 | 4 ++-- ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk8 | 4 ++-- ga/24.0.0.8/kernel/Dockerfile.ubuntu.ibmjava8 | 4 ++-- ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk11 | 4 ++-- ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk17 | 4 ++-- ga/latest/kernel/Dockerfile.ubi.ibmjava8 | 4 ++-- ga/latest/kernel/Dockerfile.ubi.openjdk11 | 4 ++-- ga/latest/kernel/Dockerfile.ubi.openjdk17 | 4 ++-- ga/latest/kernel/Dockerfile.ubi.openjdk21 | 4 ++-- ga/latest/kernel/Dockerfile.ubi.openjdk8 | 4 ++-- ga/latest/kernel/Dockerfile.ubuntu.ibmjava8 | 4 ++-- ga/latest/kernel/Dockerfile.ubuntu.openjdk11 | 4 ++-- ga/latest/kernel/Dockerfile.ubuntu.openjdk17 | 4 ++-- 16 files changed, 32 insertions(+), 32 deletions(-) diff --git a/ga/24.0.0.8/kernel/Dockerfile.ubi.ibmjava8 b/ga/24.0.0.8/kernel/Dockerfile.ubi.ibmjava8 index c6b100372..36f0e6198 100644 --- a/ga/24.0.0.8/kernel/Dockerfile.ubi.ibmjava8 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubi.ibmjava8 @@ -22,7 +22,7 @@ ARG VERBOSE=false ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -49,7 +49,7 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk11 b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk11 index 5830a63a6..c663c2093 100644 --- a/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk11 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk11 @@ -22,7 +22,7 @@ ARG VERBOSE=false ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab # If there is a local copy of the image use that instead @@ -50,7 +50,7 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk17 b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk17 index 3bf8b9af2..25bb278ce 100644 --- a/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk17 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk17 @@ -22,7 +22,7 @@ ARG VERBOSE=false ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -49,7 +49,7 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk21 b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk21 index fb3cb1d1b..8abfc7dcb 100644 --- a/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk21 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk21 @@ -22,7 +22,7 @@ ARG VERBOSE=false ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -48,7 +48,7 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk8 b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk8 index 80496072b..7495eb3bd 100644 --- a/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk8 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubi.openjdk8 @@ -22,7 +22,7 @@ ARG VERBOSE=false ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -49,7 +49,7 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/24.0.0.8/kernel/Dockerfile.ubuntu.ibmjava8 b/ga/24.0.0.8/kernel/Dockerfile.ubuntu.ibmjava8 index 07b1cbaf6..07f74fab6 100644 --- a/ga/24.0.0.8/kernel/Dockerfile.ubuntu.ibmjava8 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubuntu.ibmjava8 @@ -20,8 +20,8 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk11 b/ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk11 index 7ce6b39a7..451b96219 100644 --- a/ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk11 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk11 @@ -20,8 +20,8 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk17 b/ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk17 index 0b8efc51b..f9ec45ab3 100644 --- a/ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk17 +++ b/ga/24.0.0.8/kernel/Dockerfile.ubuntu.openjdk17 @@ -20,8 +20,8 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/latest/kernel/Dockerfile.ubi.ibmjava8 b/ga/latest/kernel/Dockerfile.ubi.ibmjava8 index c6b100372..36f0e6198 100644 --- a/ga/latest/kernel/Dockerfile.ubi.ibmjava8 +++ b/ga/latest/kernel/Dockerfile.ubi.ibmjava8 @@ -22,7 +22,7 @@ ARG VERBOSE=false ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -49,7 +49,7 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/latest/kernel/Dockerfile.ubi.openjdk11 b/ga/latest/kernel/Dockerfile.ubi.openjdk11 index 5830a63a6..c663c2093 100644 --- a/ga/latest/kernel/Dockerfile.ubi.openjdk11 +++ b/ga/latest/kernel/Dockerfile.ubi.openjdk11 @@ -22,7 +22,7 @@ ARG VERBOSE=false ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab # If there is a local copy of the image use that instead @@ -50,7 +50,7 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/latest/kernel/Dockerfile.ubi.openjdk17 b/ga/latest/kernel/Dockerfile.ubi.openjdk17 index 3bf8b9af2..25bb278ce 100644 --- a/ga/latest/kernel/Dockerfile.ubi.openjdk17 +++ b/ga/latest/kernel/Dockerfile.ubi.openjdk17 @@ -22,7 +22,7 @@ ARG VERBOSE=false ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -49,7 +49,7 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/latest/kernel/Dockerfile.ubi.openjdk21 b/ga/latest/kernel/Dockerfile.ubi.openjdk21 index fb3cb1d1b..8abfc7dcb 100644 --- a/ga/latest/kernel/Dockerfile.ubi.openjdk21 +++ b/ga/latest/kernel/Dockerfile.ubi.openjdk21 @@ -22,7 +22,7 @@ ARG VERBOSE=false ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -48,7 +48,7 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/latest/kernel/Dockerfile.ubi.openjdk8 b/ga/latest/kernel/Dockerfile.ubi.openjdk8 index 80496072b..7495eb3bd 100644 --- a/ga/latest/kernel/Dockerfile.ubi.openjdk8 +++ b/ga/latest/kernel/Dockerfile.ubi.openjdk8 @@ -22,7 +22,7 @@ ARG VERBOSE=false ARG LIBERTY_VERSION=24.0.0.8 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab # If there is a local copy of the image use that instead COPY resources/ /tmp/ @@ -49,7 +49,7 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/latest/kernel/Dockerfile.ubuntu.ibmjava8 b/ga/latest/kernel/Dockerfile.ubuntu.ibmjava8 index 07b1cbaf6..07f74fab6 100644 --- a/ga/latest/kernel/Dockerfile.ubuntu.ibmjava8 +++ b/ga/latest/kernel/Dockerfile.ubuntu.ibmjava8 @@ -20,8 +20,8 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/latest/kernel/Dockerfile.ubuntu.openjdk11 b/ga/latest/kernel/Dockerfile.ubuntu.openjdk11 index 7ce6b39a7..451b96219 100644 --- a/ga/latest/kernel/Dockerfile.ubuntu.openjdk11 +++ b/ga/latest/kernel/Dockerfile.ubuntu.openjdk11 @@ -20,8 +20,8 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \ diff --git a/ga/latest/kernel/Dockerfile.ubuntu.openjdk17 b/ga/latest/kernel/Dockerfile.ubuntu.openjdk17 index 0b8efc51b..f9ec45ab3 100644 --- a/ga/latest/kernel/Dockerfile.ubuntu.openjdk17 +++ b/ga/latest/kernel/Dockerfile.ubuntu.openjdk17 @@ -20,8 +20,8 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.8 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_BUILD_LABEL=cl240820240729-1903 +ARG LIBERTY_SHA=e53fa1e7c6d29800172008b20be9479a85afd5ab LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \