diff --git a/.travis.yml b/.travis.yml index f54942acb..74c8233f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: env: - RELEASE=../releases/23.0.0.3 - RELEASE=../releases/23.0.0.6 - - RELEASE=../releases/23.0.0.7 + - RELEASE=../releases/23.0.0.8 - RELEASE=../releases/latest script: diff --git a/releases/23.0.0.7/full/helpers/build/checkpoint.sh b/releases/23.0.0.7/full/helpers/build/checkpoint.sh deleted file mode 100755 index aebfdbd21..000000000 --- a/releases/23.0.0.7/full/helpers/build/checkpoint.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -# hack to bump up the pid by 100 -for i in {1..100} -do - pidplus.sh -done - -echo "Performing checkpoint --at=$1" -/opt/ol/wlp/bin/server checkpoint defaultServer --at=$1 - -rc=$? -exit $rc diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/checkpoint.sh b/releases/23.0.0.7/kernel-slim/helpers/build/checkpoint.sh deleted file mode 100755 index aebfdbd21..000000000 --- a/releases/23.0.0.7/kernel-slim/helpers/build/checkpoint.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -# hack to bump up the pid by 100 -for i in {1..100} -do - pidplus.sh -done - -echo "Performing checkpoint --at=$1" -/opt/ol/wlp/bin/server checkpoint defaultServer --at=$1 - -rc=$? -exit $rc diff --git a/releases/23.0.0.7/full/Dockerfile.ubi.ibmjava8 b/releases/23.0.0.8/full/Dockerfile.ubi.ibmjava8 similarity index 97% rename from releases/23.0.0.7/full/Dockerfile.ubi.ibmjava8 rename to releases/23.0.0.8/full/Dockerfile.ubi.ibmjava8 index d4b6bd71d..45552d936 100644 --- a/releases/23.0.0.7/full/Dockerfile.ubi.ibmjava8 +++ b/releases/23.0.0.8/full/Dockerfile.ubi.ibmjava8 @@ -2,8 +2,8 @@ FROM ibmjava:8-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=5816fa6c03eb20c10f2251f5d41cfbccb6341594 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=857c7878a03110fc019c91f3357d7d2ea6e8720f ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM ibmjava:8-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/23.0.0.7/full/Dockerfile.ubi.openjdk11 b/releases/23.0.0.8/full/Dockerfile.ubi.openjdk11 similarity index 97% rename from releases/23.0.0.7/full/Dockerfile.ubi.openjdk11 rename to releases/23.0.0.8/full/Dockerfile.ubi.openjdk11 index 803611fc8..826122187 100644 --- a/releases/23.0.0.7/full/Dockerfile.ubi.openjdk11 +++ b/releases/23.0.0.8/full/Dockerfile.ubi.openjdk11 @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=5816fa6c03eb20c10f2251f5d41cfbccb6341594 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=857c7878a03110fc019c91f3357d7d2ea6e8720f ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/23.0.0.7/full/Dockerfile.ubi.openjdk17 b/releases/23.0.0.8/full/Dockerfile.ubi.openjdk17 similarity index 97% rename from releases/23.0.0.7/full/Dockerfile.ubi.openjdk17 rename to releases/23.0.0.8/full/Dockerfile.ubi.openjdk17 index 3b385d690..40d78bde9 100644 --- a/releases/23.0.0.7/full/Dockerfile.ubi.openjdk17 +++ b/releases/23.0.0.8/full/Dockerfile.ubi.openjdk17 @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=5816fa6c03eb20c10f2251f5d41cfbccb6341594 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=857c7878a03110fc019c91f3357d7d2ea6e8720f ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/23.0.0.7/full/Dockerfile.ubi.openjdk8 b/releases/23.0.0.8/full/Dockerfile.ubi.openjdk8 similarity index 97% rename from releases/23.0.0.7/full/Dockerfile.ubi.openjdk8 rename to releases/23.0.0.8/full/Dockerfile.ubi.openjdk8 index e526b9705..e7d3992c2 100644 --- a/releases/23.0.0.7/full/Dockerfile.ubi.openjdk8 +++ b/releases/23.0.0.8/full/Dockerfile.ubi.openjdk8 @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=5816fa6c03eb20c10f2251f5d41cfbccb6341594 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=857c7878a03110fc019c91f3357d7d2ea6e8720f ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/23.0.0.7/full/Dockerfile.ubuntu.openjdk11 b/releases/23.0.0.8/full/Dockerfile.ubuntu.openjdk11 similarity index 97% rename from releases/23.0.0.7/full/Dockerfile.ubuntu.openjdk11 rename to releases/23.0.0.8/full/Dockerfile.ubuntu.openjdk11 index ee8d52da3..00cd6c368 100644 --- a/releases/23.0.0.7/full/Dockerfile.ubuntu.openjdk11 +++ b/releases/23.0.0.8/full/Dockerfile.ubuntu.openjdk11 @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-11-jre-jammy USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=5816fa6c03eb20c10f2251f5d41cfbccb6341594 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=857c7878a03110fc019c91f3357d7d2ea6e8720f ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/23.0.0.7/full/Dockerfile.ubuntu.openjdk17 b/releases/23.0.0.8/full/Dockerfile.ubuntu.openjdk17 similarity index 97% rename from releases/23.0.0.7/full/Dockerfile.ubuntu.openjdk17 rename to releases/23.0.0.8/full/Dockerfile.ubuntu.openjdk17 index 04a603d12..b7ad785c0 100644 --- a/releases/23.0.0.7/full/Dockerfile.ubuntu.openjdk17 +++ b/releases/23.0.0.8/full/Dockerfile.ubuntu.openjdk17 @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-17-jre-jammy USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=5816fa6c03eb20c10f2251f5d41cfbccb6341594 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=857c7878a03110fc019c91f3357d7d2ea6e8720f ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/23.0.0.7/full/Dockerfile.ubuntu.openjdk8 b/releases/23.0.0.8/full/Dockerfile.ubuntu.openjdk8 similarity index 97% rename from releases/23.0.0.7/full/Dockerfile.ubuntu.openjdk8 rename to releases/23.0.0.8/full/Dockerfile.ubuntu.openjdk8 index 1f355ff53..bda393819 100644 --- a/releases/23.0.0.7/full/Dockerfile.ubuntu.openjdk8 +++ b/releases/23.0.0.8/full/Dockerfile.ubuntu.openjdk8 @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-8-jre-jammy USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=5816fa6c03eb20c10f2251f5d41cfbccb6341594 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=857c7878a03110fc019c91f3357d7d2ea6e8720f ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/23.0.0.7/full/NOTICES b/releases/23.0.0.8/full/NOTICES similarity index 100% rename from releases/23.0.0.7/full/NOTICES rename to releases/23.0.0.8/full/NOTICES diff --git a/releases/23.0.0.7/full/fixes/.gitkeep b/releases/23.0.0.8/full/fixes/.gitkeep similarity index 100% rename from releases/23.0.0.7/full/fixes/.gitkeep rename to releases/23.0.0.8/full/fixes/.gitkeep diff --git a/releases/23.0.0.8/full/helpers/build/checkpoint.sh b/releases/23.0.0.8/full/helpers/build/checkpoint.sh new file mode 100755 index 000000000..7720e1c0a --- /dev/null +++ b/releases/23.0.0.8/full/helpers/build/checkpoint.sh @@ -0,0 +1,23 @@ +#!/bin/bash + +# hack to bump up the pid by 100 +for i in {1..100} +do + pidplus.sh +done + +echo "Performing checkpoint --at=$1" +/opt/ol/wlp/bin/server checkpoint defaultServer --at=$1 + +rc=$? +if [ $rc -eq 0 ]; then + # Find all directories in logs/ and output/ that the current user has read/write/execute permissions for + # and give the same permissions to the group. + find -L /logs /output -type d -readable -writable -executable -exec chmod g+rwx {} \; + + # Find all files in logs/ and output/ that the current user has read/write permissions for + # and give the same permissions to the group. + find -L /logs /output -type f -readable -writable -exec chmod g+rw {} \; +fi + +exit $rc diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/hazelcast-client.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/hazelcast-client.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/hazelcast-client.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/hazelcast-client.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/hazelcast-embedded.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/hazelcast-embedded.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/hazelcast-embedded.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/hazelcast-embedded.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/hazelcast-sessioncache.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/hazelcast-sessioncache.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/hazelcast-sessioncache.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/hazelcast-sessioncache.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/http-endpoint.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/http-endpoint.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/http-endpoint.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/http-endpoint.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/http-ssl-endpoint.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/http-ssl-endpoint.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/http-ssl-endpoint.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/http-ssl-endpoint.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/iiop-endpoint.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/iiop-endpoint.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/iiop-endpoint.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/iiop-endpoint.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/iiop-ssl-endpoint.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/iiop-ssl-endpoint.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/iiop-ssl-endpoint.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/iiop-ssl-endpoint.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/infinispan-client-sessioncache.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/infinispan-client-sessioncache.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/infinispan-client-sessioncache.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/infinispan-client-sessioncache.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/jms-endpoint.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/jms-endpoint.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/jms-endpoint.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/jms-endpoint.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/jms-ssl-endpoint.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/jms-ssl-endpoint.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/jms-ssl-endpoint.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/jms-ssl-endpoint.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/keystore.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/keystore.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/keystore.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/keystore.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/mp-health-check.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/mp-health-check.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/mp-health-check.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/mp-health-check.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/mp-monitoring.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/mp-monitoring.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/mp-monitoring.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/mp-monitoring.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-facebook.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-facebook.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-facebook.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-facebook.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-features.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-features.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-features.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-features.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-github.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-github.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-github.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-github.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-google.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-google.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-google.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-google.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-linkedin.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-linkedin.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-linkedin.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-linkedin.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-oauth2.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-oauth2.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-oauth2.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-oauth2.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-oidc.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-oidc.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-oidc.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-oidc.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-twitter.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-twitter.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/sso-twitter.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/sso-twitter.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/tls.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/tls.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/tls.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/tls.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/trustDefault.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/trustDefault.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/trustDefault.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/trustDefault.xml diff --git a/releases/23.0.0.7/full/helpers/build/configuration_snippets/truststore.xml b/releases/23.0.0.8/full/helpers/build/configuration_snippets/truststore.xml similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configuration_snippets/truststore.xml rename to releases/23.0.0.8/full/helpers/build/configuration_snippets/truststore.xml diff --git a/releases/23.0.0.7/full/helpers/build/configure.sh b/releases/23.0.0.8/full/helpers/build/configure.sh similarity index 100% rename from releases/23.0.0.7/full/helpers/build/configure.sh rename to releases/23.0.0.8/full/helpers/build/configure.sh diff --git a/releases/23.0.0.7/full/helpers/build/infinispan-client-setup.sh b/releases/23.0.0.8/full/helpers/build/infinispan-client-setup.sh similarity index 100% rename from releases/23.0.0.7/full/helpers/build/infinispan-client-setup.sh rename to releases/23.0.0.8/full/helpers/build/infinispan-client-setup.sh diff --git a/releases/23.0.0.7/full/helpers/build/pidplus.sh b/releases/23.0.0.8/full/helpers/build/pidplus.sh similarity index 100% rename from releases/23.0.0.7/full/helpers/build/pidplus.sh rename to releases/23.0.0.8/full/helpers/build/pidplus.sh diff --git a/releases/23.0.0.7/full/helpers/build/populate_scc.sh b/releases/23.0.0.8/full/helpers/build/populate_scc.sh similarity index 100% rename from releases/23.0.0.7/full/helpers/build/populate_scc.sh rename to releases/23.0.0.8/full/helpers/build/populate_scc.sh diff --git a/releases/23.0.0.7/full/helpers/runtime/docker-server.sh b/releases/23.0.0.8/full/helpers/runtime/docker-server.sh similarity index 100% rename from releases/23.0.0.7/full/helpers/runtime/docker-server.sh rename to releases/23.0.0.8/full/helpers/runtime/docker-server.sh diff --git a/releases/23.0.0.7/full/helpers/runtime/restore-server.sh b/releases/23.0.0.8/full/helpers/runtime/restore-server.sh similarity index 100% rename from releases/23.0.0.7/full/helpers/runtime/restore-server.sh rename to releases/23.0.0.8/full/helpers/runtime/restore-server.sh diff --git a/releases/23.0.0.7/full/resources/.gitkeep b/releases/23.0.0.8/full/resources/.gitkeep similarity index 100% rename from releases/23.0.0.7/full/resources/.gitkeep rename to releases/23.0.0.8/full/resources/.gitkeep diff --git a/releases/23.0.0.7/images.txt b/releases/23.0.0.8/images.txt similarity index 58% rename from releases/23.0.0.7/images.txt rename to releases/23.0.0.8/images.txt index 3095e2132..fbe9b6977 100644 --- a/releases/23.0.0.7/images.txt +++ b/releases/23.0.0.8/images.txt @@ -1,12 +1,12 @@ -kernel-slim Dockerfile.ubuntu.openjdk8 open-liberty 23.0.0.7-kernel-slim-java8-openj9 -kernel-slim Dockerfile.ubuntu.openjdk11 open-liberty 23.0.0.7-kernel-slim-java11-openj9 -kernel-slim Dockerfile.ubuntu.openjdk17 open-liberty 23.0.0.7-kernel-slim-java17-openj9 -kernel-slim Dockerfile.ubi.openjdk8 openliberty/open-liberty 23.0.0.7-kernel-slim-java8-openj9-ubi -kernel-slim Dockerfile.ubi.openjdk11 openliberty/open-liberty 23.0.0.7-kernel-slim-java11-openj9-ubi -kernel-slim Dockerfile.ubi.openjdk17 openliberty/open-liberty 23.0.0.7-kernel-slim-java17-openj9-ubi -full Dockerfile.ubuntu.openjdk8 open-liberty 23.0.0.7-full-java8-openj9 -full Dockerfile.ubuntu.openjdk11 open-liberty 23.0.0.7-full-java11-openj9 -full Dockerfile.ubuntu.openjdk17 open-liberty 23.0.0.7-full-java17-openj9 -full Dockerfile.ubi.openjdk8 openliberty/open-liberty 23.0.0.7-full-java8-openj9-ubi -full Dockerfile.ubi.openjdk11 openliberty/open-liberty 23.0.0.7-full-java11-openj9-ubi -full Dockerfile.ubi.openjdk17 openliberty/open-liberty 23.0.0.7-full-java17-openj9-ubi +kernel-slim Dockerfile.ubuntu.openjdk8 open-liberty 23.0.0.8-kernel-slim-java8-openj9 +kernel-slim Dockerfile.ubuntu.openjdk11 open-liberty 23.0.0.8-kernel-slim-java11-openj9 +kernel-slim Dockerfile.ubuntu.openjdk17 open-liberty 23.0.0.8-kernel-slim-java17-openj9 +kernel-slim Dockerfile.ubi.openjdk8 openliberty/open-liberty 23.0.0.8-kernel-slim-java8-openj9-ubi +kernel-slim Dockerfile.ubi.openjdk11 openliberty/open-liberty 23.0.0.8-kernel-slim-java11-openj9-ubi +kernel-slim Dockerfile.ubi.openjdk17 openliberty/open-liberty 23.0.0.8-kernel-slim-java17-openj9-ubi +full Dockerfile.ubuntu.openjdk8 open-liberty 23.0.0.8-full-java8-openj9 +full Dockerfile.ubuntu.openjdk11 open-liberty 23.0.0.8-full-java11-openj9 +full Dockerfile.ubuntu.openjdk17 open-liberty 23.0.0.8-full-java17-openj9 +full Dockerfile.ubi.openjdk8 openliberty/open-liberty 23.0.0.8-full-java8-openj9-ubi +full Dockerfile.ubi.openjdk11 openliberty/open-liberty 23.0.0.8-full-java11-openj9-ubi +full Dockerfile.ubi.openjdk17 openliberty/open-liberty 23.0.0.8-full-java17-openj9-ubi diff --git a/releases/23.0.0.7/kernel-slim/Dockerfile.ubi.ibmjava8 b/releases/23.0.0.8/kernel-slim/Dockerfile.ubi.ibmjava8 similarity index 97% rename from releases/23.0.0.7/kernel-slim/Dockerfile.ubi.ibmjava8 rename to releases/23.0.0.8/kernel-slim/Dockerfile.ubi.ibmjava8 index 872c548b1..079c06320 100644 --- a/releases/23.0.0.7/kernel-slim/Dockerfile.ubi.ibmjava8 +++ b/releases/23.0.0.8/kernel-slim/Dockerfile.ubi.ibmjava8 @@ -2,8 +2,8 @@ FROM ibmjava:8-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=7d017aab459ed6fb39636d026251038a5f52a186 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=5c8becbc9e0c96b8413e0113bf86b40af140201a ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM ibmjava:8-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/23.0.0.7/kernel-slim/Dockerfile.ubi.openjdk11 b/releases/23.0.0.8/kernel-slim/Dockerfile.ubi.openjdk11 similarity index 97% rename from releases/23.0.0.7/kernel-slim/Dockerfile.ubi.openjdk11 rename to releases/23.0.0.8/kernel-slim/Dockerfile.ubi.openjdk11 index cd9c687b0..94d960413 100644 --- a/releases/23.0.0.7/kernel-slim/Dockerfile.ubi.openjdk11 +++ b/releases/23.0.0.8/kernel-slim/Dockerfile.ubi.openjdk11 @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=7d017aab459ed6fb39636d026251038a5f52a186 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=5c8becbc9e0c96b8413e0113bf86b40af140201a ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/23.0.0.7/kernel-slim/Dockerfile.ubi.openjdk17 b/releases/23.0.0.8/kernel-slim/Dockerfile.ubi.openjdk17 similarity index 97% rename from releases/23.0.0.7/kernel-slim/Dockerfile.ubi.openjdk17 rename to releases/23.0.0.8/kernel-slim/Dockerfile.ubi.openjdk17 index e46b0eb73..bcaab0704 100644 --- a/releases/23.0.0.7/kernel-slim/Dockerfile.ubi.openjdk17 +++ b/releases/23.0.0.8/kernel-slim/Dockerfile.ubi.openjdk17 @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=7d017aab459ed6fb39636d026251038a5f52a186 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=5c8becbc9e0c96b8413e0113bf86b40af140201a ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/23.0.0.7/kernel-slim/Dockerfile.ubi.openjdk8 b/releases/23.0.0.8/kernel-slim/Dockerfile.ubi.openjdk8 similarity index 97% rename from releases/23.0.0.7/kernel-slim/Dockerfile.ubi.openjdk8 rename to releases/23.0.0.8/kernel-slim/Dockerfile.ubi.openjdk8 index 392d1ca54..58b55b42e 100644 --- a/releases/23.0.0.7/kernel-slim/Dockerfile.ubi.openjdk8 +++ b/releases/23.0.0.8/kernel-slim/Dockerfile.ubi.openjdk8 @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=7d017aab459ed6fb39636d026251038a5f52a186 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=5c8becbc9e0c96b8413e0113bf86b40af140201a ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/23.0.0.7/kernel-slim/Dockerfile.ubuntu.openjdk11 b/releases/23.0.0.8/kernel-slim/Dockerfile.ubuntu.openjdk11 similarity index 97% rename from releases/23.0.0.7/kernel-slim/Dockerfile.ubuntu.openjdk11 rename to releases/23.0.0.8/kernel-slim/Dockerfile.ubuntu.openjdk11 index d6f630bf7..d7eeb12c8 100644 --- a/releases/23.0.0.7/kernel-slim/Dockerfile.ubuntu.openjdk11 +++ b/releases/23.0.0.8/kernel-slim/Dockerfile.ubuntu.openjdk11 @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-11-jre-jammy USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=7d017aab459ed6fb39636d026251038a5f52a186 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=5c8becbc9e0c96b8413e0113bf86b40af140201a ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/23.0.0.7/kernel-slim/Dockerfile.ubuntu.openjdk17 b/releases/23.0.0.8/kernel-slim/Dockerfile.ubuntu.openjdk17 similarity index 97% rename from releases/23.0.0.7/kernel-slim/Dockerfile.ubuntu.openjdk17 rename to releases/23.0.0.8/kernel-slim/Dockerfile.ubuntu.openjdk17 index ffc8aae33..7fe995634 100644 --- a/releases/23.0.0.7/kernel-slim/Dockerfile.ubuntu.openjdk17 +++ b/releases/23.0.0.8/kernel-slim/Dockerfile.ubuntu.openjdk17 @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-17-jre-jammy USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=7d017aab459ed6fb39636d026251038a5f52a186 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=5c8becbc9e0c96b8413e0113bf86b40af140201a ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/23.0.0.7/kernel-slim/Dockerfile.ubuntu.openjdk8 b/releases/23.0.0.8/kernel-slim/Dockerfile.ubuntu.openjdk8 similarity index 97% rename from releases/23.0.0.7/kernel-slim/Dockerfile.ubuntu.openjdk8 rename to releases/23.0.0.8/kernel-slim/Dockerfile.ubuntu.openjdk8 index 3be391fa8..b582e0b0e 100644 --- a/releases/23.0.0.7/kernel-slim/Dockerfile.ubuntu.openjdk8 +++ b/releases/23.0.0.8/kernel-slim/Dockerfile.ubuntu.openjdk8 @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-8-jre-jammy USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=7d017aab459ed6fb39636d026251038a5f52a186 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=5c8becbc9e0c96b8413e0113bf86b40af140201a ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/23.0.0.7/kernel-slim/NOTICES b/releases/23.0.0.8/kernel-slim/NOTICES similarity index 100% rename from releases/23.0.0.7/kernel-slim/NOTICES rename to releases/23.0.0.8/kernel-slim/NOTICES diff --git a/releases/23.0.0.7/kernel-slim/fixes/.gitkeep b/releases/23.0.0.8/kernel-slim/fixes/.gitkeep similarity index 100% rename from releases/23.0.0.7/kernel-slim/fixes/.gitkeep rename to releases/23.0.0.8/kernel-slim/fixes/.gitkeep diff --git a/releases/23.0.0.8/kernel-slim/helpers/build/checkpoint.sh b/releases/23.0.0.8/kernel-slim/helpers/build/checkpoint.sh new file mode 100755 index 000000000..7720e1c0a --- /dev/null +++ b/releases/23.0.0.8/kernel-slim/helpers/build/checkpoint.sh @@ -0,0 +1,23 @@ +#!/bin/bash + +# hack to bump up the pid by 100 +for i in {1..100} +do + pidplus.sh +done + +echo "Performing checkpoint --at=$1" +/opt/ol/wlp/bin/server checkpoint defaultServer --at=$1 + +rc=$? +if [ $rc -eq 0 ]; then + # Find all directories in logs/ and output/ that the current user has read/write/execute permissions for + # and give the same permissions to the group. + find -L /logs /output -type d -readable -writable -executable -exec chmod g+rwx {} \; + + # Find all files in logs/ and output/ that the current user has read/write permissions for + # and give the same permissions to the group. + find -L /logs /output -type f -readable -writable -exec chmod g+rw {} \; +fi + +exit $rc diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/hazelcast-client.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/hazelcast-client.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/hazelcast-client.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/hazelcast-client.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/hazelcast-embedded.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/hazelcast-embedded.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/hazelcast-embedded.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/hazelcast-embedded.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/hazelcast-sessioncache.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/hazelcast-sessioncache.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/hazelcast-sessioncache.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/hazelcast-sessioncache.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/infinispan-client-sessioncache.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/infinispan-client-sessioncache.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/infinispan-client-sessioncache.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/infinispan-client-sessioncache.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/keystore.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/keystore.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/keystore.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/keystore.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sessioncache-features.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sessioncache-features.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sessioncache-features.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sessioncache-features.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-facebook.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-facebook.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-facebook.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-facebook.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-features.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-features.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-features.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-features.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-github.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-github.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-github.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-github.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-google.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-google.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-google.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-google.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-linkedin.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-linkedin.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-linkedin.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-linkedin.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-oauth2.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-oauth2.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-oauth2.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-oauth2.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-oidc.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-oidc.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-oidc.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-oidc.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-twitter.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-twitter.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/sso-twitter.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/sso-twitter.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/tls.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/tls.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/tls.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/tls.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/trustDefault.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/trustDefault.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/trustDefault.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/trustDefault.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/truststore.xml b/releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/truststore.xml similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configuration_snippets/truststore.xml rename to releases/23.0.0.8/kernel-slim/helpers/build/configuration_snippets/truststore.xml diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/configure.sh b/releases/23.0.0.8/kernel-slim/helpers/build/configure.sh similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/configure.sh rename to releases/23.0.0.8/kernel-slim/helpers/build/configure.sh diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/features.sh b/releases/23.0.0.8/kernel-slim/helpers/build/features.sh similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/features.sh rename to releases/23.0.0.8/kernel-slim/helpers/build/features.sh diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/infinispan-client-setup.sh b/releases/23.0.0.8/kernel-slim/helpers/build/infinispan-client-setup.sh similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/infinispan-client-setup.sh rename to releases/23.0.0.8/kernel-slim/helpers/build/infinispan-client-setup.sh diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/pidplus.sh b/releases/23.0.0.8/kernel-slim/helpers/build/pidplus.sh similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/pidplus.sh rename to releases/23.0.0.8/kernel-slim/helpers/build/pidplus.sh diff --git a/releases/23.0.0.7/kernel-slim/helpers/build/populate_scc.sh b/releases/23.0.0.8/kernel-slim/helpers/build/populate_scc.sh similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/build/populate_scc.sh rename to releases/23.0.0.8/kernel-slim/helpers/build/populate_scc.sh diff --git a/releases/23.0.0.7/kernel-slim/helpers/runtime/docker-server.sh b/releases/23.0.0.8/kernel-slim/helpers/runtime/docker-server.sh similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/runtime/docker-server.sh rename to releases/23.0.0.8/kernel-slim/helpers/runtime/docker-server.sh diff --git a/releases/23.0.0.7/kernel-slim/helpers/runtime/restore-server.sh b/releases/23.0.0.8/kernel-slim/helpers/runtime/restore-server.sh similarity index 100% rename from releases/23.0.0.7/kernel-slim/helpers/runtime/restore-server.sh rename to releases/23.0.0.8/kernel-slim/helpers/runtime/restore-server.sh diff --git a/releases/23.0.0.7/kernel-slim/resources/.gitkeep b/releases/23.0.0.8/kernel-slim/resources/.gitkeep similarity index 100% rename from releases/23.0.0.7/kernel-slim/resources/.gitkeep rename to releases/23.0.0.8/kernel-slim/resources/.gitkeep diff --git a/releases/latest/beta/Dockerfile.ubi.openjdk17 b/releases/latest/beta/Dockerfile.ubi.openjdk17 index cc168fb57..5da0fd086 100644 --- a/releases/latest/beta/Dockerfile.ubi.openjdk17 +++ b/releases/latest/beta/Dockerfile.ubi.openjdk17 @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.8-beta -ARG LIBERTY_SHA=7bd9ae608dec65669dde34c56d93cee4b964cda4 +ARG LIBERTY_VERSION=23.0.0.9-beta +ARG LIBERTY_SHA=a5d0337d8b9879c5cb1d9aec7083997d1ffd21ae ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/beta/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi USER root -ARG LIBERTY_VERSION=23.0.0.8-beta -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.9-beta +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/beta/Dockerfile.ubuntu.openjdk11 b/releases/latest/beta/Dockerfile.ubuntu.openjdk11 index 6658c663b..9b401d6ee 100644 --- a/releases/latest/beta/Dockerfile.ubuntu.openjdk11 +++ b/releases/latest/beta/Dockerfile.ubuntu.openjdk11 @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-11-jre-jammy USER root -ARG LIBERTY_VERSION=23.0.0.8-beta -ARG LIBERTY_SHA=7bd9ae608dec65669dde34c56d93cee4b964cda4 +ARG LIBERTY_VERSION=23.0.0.9-beta +ARG LIBERTY_SHA=a5d0337d8b9879c5cb1d9aec7083997d1ffd21ae ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/beta/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/beta/Dockerfile.ubuntu.openjdk17 b/releases/latest/beta/Dockerfile.ubuntu.openjdk17 index f511204aa..c19e48498 100644 --- a/releases/latest/beta/Dockerfile.ubuntu.openjdk17 +++ b/releases/latest/beta/Dockerfile.ubuntu.openjdk17 @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-17-jre-jammy USER root -ARG LIBERTY_VERSION=23.0.0.8-beta -ARG LIBERTY_SHA=7bd9ae608dec65669dde34c56d93cee4b964cda4 +ARG LIBERTY_VERSION=23.0.0.9-beta +ARG LIBERTY_SHA=a5d0337d8b9879c5cb1d9aec7083997d1ffd21ae ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/beta/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/beta/Dockerfile.ubuntu.openjdk8 b/releases/latest/beta/Dockerfile.ubuntu.openjdk8 index f97490b8d..81bf56af8 100644 --- a/releases/latest/beta/Dockerfile.ubuntu.openjdk8 +++ b/releases/latest/beta/Dockerfile.ubuntu.openjdk8 @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-8-jre-jammy USER root -ARG LIBERTY_VERSION=23.0.0.8-beta -ARG LIBERTY_SHA=7bd9ae608dec65669dde34c56d93cee4b964cda4 +ARG LIBERTY_VERSION=23.0.0.9-beta +ARG LIBERTY_SHA=a5d0337d8b9879c5cb1d9aec7083997d1ffd21ae ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/beta/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/beta/helpers/build/checkpoint.sh b/releases/latest/beta/helpers/build/checkpoint.sh index aebfdbd21..7720e1c0a 100755 --- a/releases/latest/beta/helpers/build/checkpoint.sh +++ b/releases/latest/beta/helpers/build/checkpoint.sh @@ -10,4 +10,14 @@ echo "Performing checkpoint --at=$1" /opt/ol/wlp/bin/server checkpoint defaultServer --at=$1 rc=$? +if [ $rc -eq 0 ]; then + # Find all directories in logs/ and output/ that the current user has read/write/execute permissions for + # and give the same permissions to the group. + find -L /logs /output -type d -readable -writable -executable -exec chmod g+rwx {} \; + + # Find all files in logs/ and output/ that the current user has read/write permissions for + # and give the same permissions to the group. + find -L /logs /output -type f -readable -writable -exec chmod g+rw {} \; +fi + exit $rc diff --git a/releases/latest/full/Dockerfile.ubi.ibmjava8 b/releases/latest/full/Dockerfile.ubi.ibmjava8 index d4b6bd71d..45552d936 100644 --- a/releases/latest/full/Dockerfile.ubi.ibmjava8 +++ b/releases/latest/full/Dockerfile.ubi.ibmjava8 @@ -2,8 +2,8 @@ FROM ibmjava:8-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=5816fa6c03eb20c10f2251f5d41cfbccb6341594 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=857c7878a03110fc019c91f3357d7d2ea6e8720f ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM ibmjava:8-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/full/Dockerfile.ubi.openjdk11 b/releases/latest/full/Dockerfile.ubi.openjdk11 index 803611fc8..826122187 100644 --- a/releases/latest/full/Dockerfile.ubi.openjdk11 +++ b/releases/latest/full/Dockerfile.ubi.openjdk11 @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=5816fa6c03eb20c10f2251f5d41cfbccb6341594 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=857c7878a03110fc019c91f3357d7d2ea6e8720f ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/full/Dockerfile.ubi.openjdk17 b/releases/latest/full/Dockerfile.ubi.openjdk17 index 3b385d690..40d78bde9 100644 --- a/releases/latest/full/Dockerfile.ubi.openjdk17 +++ b/releases/latest/full/Dockerfile.ubi.openjdk17 @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=5816fa6c03eb20c10f2251f5d41cfbccb6341594 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=857c7878a03110fc019c91f3357d7d2ea6e8720f ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/full/Dockerfile.ubi.openjdk8 b/releases/latest/full/Dockerfile.ubi.openjdk8 index e526b9705..e7d3992c2 100644 --- a/releases/latest/full/Dockerfile.ubi.openjdk8 +++ b/releases/latest/full/Dockerfile.ubi.openjdk8 @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=5816fa6c03eb20c10f2251f5d41cfbccb6341594 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=857c7878a03110fc019c91f3357d7d2ea6e8720f ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/full/Dockerfile.ubuntu.openjdk11 b/releases/latest/full/Dockerfile.ubuntu.openjdk11 index ee8d52da3..00cd6c368 100644 --- a/releases/latest/full/Dockerfile.ubuntu.openjdk11 +++ b/releases/latest/full/Dockerfile.ubuntu.openjdk11 @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-11-jre-jammy USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=5816fa6c03eb20c10f2251f5d41cfbccb6341594 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=857c7878a03110fc019c91f3357d7d2ea6e8720f ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/full/Dockerfile.ubuntu.openjdk17 b/releases/latest/full/Dockerfile.ubuntu.openjdk17 index 04a603d12..b7ad785c0 100644 --- a/releases/latest/full/Dockerfile.ubuntu.openjdk17 +++ b/releases/latest/full/Dockerfile.ubuntu.openjdk17 @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-17-jre-jammy USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=5816fa6c03eb20c10f2251f5d41cfbccb6341594 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=857c7878a03110fc019c91f3357d7d2ea6e8720f ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/full/Dockerfile.ubuntu.openjdk8 b/releases/latest/full/Dockerfile.ubuntu.openjdk8 index 1f355ff53..bda393819 100644 --- a/releases/latest/full/Dockerfile.ubuntu.openjdk8 +++ b/releases/latest/full/Dockerfile.ubuntu.openjdk8 @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-8-jre-jammy USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=5816fa6c03eb20c10f2251f5d41cfbccb6341594 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=857c7878a03110fc019c91f3357d7d2ea6e8720f ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/full/helpers/build/checkpoint.sh b/releases/latest/full/helpers/build/checkpoint.sh index aebfdbd21..7720e1c0a 100755 --- a/releases/latest/full/helpers/build/checkpoint.sh +++ b/releases/latest/full/helpers/build/checkpoint.sh @@ -10,4 +10,14 @@ echo "Performing checkpoint --at=$1" /opt/ol/wlp/bin/server checkpoint defaultServer --at=$1 rc=$? +if [ $rc -eq 0 ]; then + # Find all directories in logs/ and output/ that the current user has read/write/execute permissions for + # and give the same permissions to the group. + find -L /logs /output -type d -readable -writable -executable -exec chmod g+rwx {} \; + + # Find all files in logs/ and output/ that the current user has read/write permissions for + # and give the same permissions to the group. + find -L /logs /output -type f -readable -writable -exec chmod g+rw {} \; +fi + exit $rc diff --git a/releases/latest/kernel-slim/Dockerfile.ubi.ibmjava8 b/releases/latest/kernel-slim/Dockerfile.ubi.ibmjava8 index 872c548b1..079c06320 100644 --- a/releases/latest/kernel-slim/Dockerfile.ubi.ibmjava8 +++ b/releases/latest/kernel-slim/Dockerfile.ubi.ibmjava8 @@ -2,8 +2,8 @@ FROM ibmjava:8-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=7d017aab459ed6fb39636d026251038a5f52a186 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=5c8becbc9e0c96b8413e0113bf86b40af140201a ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM ibmjava:8-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/kernel-slim/Dockerfile.ubi.openjdk11 b/releases/latest/kernel-slim/Dockerfile.ubi.openjdk11 index cd9c687b0..94d960413 100644 --- a/releases/latest/kernel-slim/Dockerfile.ubi.openjdk11 +++ b/releases/latest/kernel-slim/Dockerfile.ubi.openjdk11 @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=7d017aab459ed6fb39636d026251038a5f52a186 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=5c8becbc9e0c96b8413e0113bf86b40af140201a ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/kernel-slim/Dockerfile.ubi.openjdk17 b/releases/latest/kernel-slim/Dockerfile.ubi.openjdk17 index e46b0eb73..bcaab0704 100644 --- a/releases/latest/kernel-slim/Dockerfile.ubi.openjdk17 +++ b/releases/latest/kernel-slim/Dockerfile.ubi.openjdk17 @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=7d017aab459ed6fb39636d026251038a5f52a186 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=5c8becbc9e0c96b8413e0113bf86b40af140201a ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/kernel-slim/Dockerfile.ubi.openjdk8 b/releases/latest/kernel-slim/Dockerfile.ubi.openjdk8 index 392d1ca54..58b55b42e 100644 --- a/releases/latest/kernel-slim/Dockerfile.ubi.openjdk8 +++ b/releases/latest/kernel-slim/Dockerfile.ubi.openjdk8 @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi AS getRuntime USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=7d017aab459ed6fb39636d026251038a5f52a186 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=5c8becbc9e0c96b8413e0113bf86b40af140201a ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip ARG VERBOSE=false @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/kernel-slim/Dockerfile.ubuntu.openjdk11 b/releases/latest/kernel-slim/Dockerfile.ubuntu.openjdk11 index d6f630bf7..d7eeb12c8 100644 --- a/releases/latest/kernel-slim/Dockerfile.ubuntu.openjdk11 +++ b/releases/latest/kernel-slim/Dockerfile.ubuntu.openjdk11 @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-11-jre-jammy USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=7d017aab459ed6fb39636d026251038a5f52a186 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=5c8becbc9e0c96b8413e0113bf86b40af140201a ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/kernel-slim/Dockerfile.ubuntu.openjdk17 b/releases/latest/kernel-slim/Dockerfile.ubuntu.openjdk17 index ffc8aae33..7fe995634 100644 --- a/releases/latest/kernel-slim/Dockerfile.ubuntu.openjdk17 +++ b/releases/latest/kernel-slim/Dockerfile.ubuntu.openjdk17 @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-17-jre-jammy USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=7d017aab459ed6fb39636d026251038a5f52a186 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=5c8becbc9e0c96b8413e0113bf86b40af140201a ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/kernel-slim/Dockerfile.ubuntu.openjdk8 b/releases/latest/kernel-slim/Dockerfile.ubuntu.openjdk8 index 3be391fa8..b582e0b0e 100644 --- a/releases/latest/kernel-slim/Dockerfile.ubuntu.openjdk8 +++ b/releases/latest/kernel-slim/Dockerfile.ubuntu.openjdk8 @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-8-jre-jammy USER root -ARG LIBERTY_VERSION=23.0.0.7 -ARG LIBERTY_SHA=7d017aab459ed6fb39636d026251038a5f52a186 +ARG LIBERTY_VERSION=23.0.0.8 +ARG LIBERTY_SHA=5c8becbc9e0c96b8413e0113bf86b40af140201a ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip -ARG LIBERTY_BUILD_LABEL=cl230720230710-1201 +ARG LIBERTY_BUILD_LABEL=cl230820230807-0401 ARG OPENJ9_SCC=true ARG VERBOSE=false diff --git a/releases/latest/kernel-slim/helpers/build/checkpoint.sh b/releases/latest/kernel-slim/helpers/build/checkpoint.sh index aebfdbd21..7720e1c0a 100755 --- a/releases/latest/kernel-slim/helpers/build/checkpoint.sh +++ b/releases/latest/kernel-slim/helpers/build/checkpoint.sh @@ -10,4 +10,14 @@ echo "Performing checkpoint --at=$1" /opt/ol/wlp/bin/server checkpoint defaultServer --at=$1 rc=$? +if [ $rc -eq 0 ]; then + # Find all directories in logs/ and output/ that the current user has read/write/execute permissions for + # and give the same permissions to the group. + find -L /logs /output -type d -readable -writable -executable -exec chmod g+rwx {} \; + + # Find all files in logs/ and output/ that the current user has read/write permissions for + # and give the same permissions to the group. + find -L /logs /output -type f -readable -writable -exec chmod g+rw {} \; +fi + exit $rc