diff --git a/ga/23.0.0.10/kernel/Dockerfile.ubi.ibmjava8 b/ga/23.0.0.10/kernel/Dockerfile.ubi.ibmjava8 index f8331647f..26e12ac12 100644 --- a/ga/23.0.0.10/kernel/Dockerfile.ubi.ibmjava8 +++ b/ga/23.0.0.10/kernel/Dockerfile.ubi.ibmjava8 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ibmjava:8-ubi AS getRuntime +FROM ibmjava:8-ubi9 AS getRuntime USER root @@ -38,7 +38,7 @@ RUN yum -y install unzip wget openssl \ && chmod -R g+rw /opt/ibm/wlp \ && cp -a /opt/ibm/wlp/lafiles/. /licenses/ -FROM ibmjava:8-ubi +FROM ibmjava:8-ubi9 USER root diff --git a/ga/23.0.0.10/kernel/Dockerfile.ubi.openjdk11 b/ga/23.0.0.10/kernel/Dockerfile.ubi.openjdk11 index 630a27a82..386191c09 100644 --- a/ga/23.0.0.10/kernel/Dockerfile.ubi.openjdk11 +++ b/ga/23.0.0.10/kernel/Dockerfile.ubi.openjdk11 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi AS getRuntime +FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi9 AS getRuntime USER root @@ -38,7 +38,7 @@ RUN yum -y install shadow-utils unzip wget findutils openssl \ && chmod -R g+rw /opt/ibm/wlp \ && cp -a /opt/ibm/wlp/lafiles/. /licenses/ -FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi +FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi9 USER root diff --git a/ga/23.0.0.10/kernel/Dockerfile.ubi.openjdk17 b/ga/23.0.0.10/kernel/Dockerfile.ubi.openjdk17 index 538bc8a44..2b0f8e183 100644 --- a/ga/23.0.0.10/kernel/Dockerfile.ubi.openjdk17 +++ b/ga/23.0.0.10/kernel/Dockerfile.ubi.openjdk17 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi AS getRuntime +FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi9 AS getRuntime USER root @@ -38,7 +38,7 @@ RUN yum -y install shadow-utils unzip wget findutils openssl \ && chmod -R g+rw /opt/ibm/wlp \ && cp -a /opt/ibm/wlp/lafiles/. /licenses/ -FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi +FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi9 USER root diff --git a/ga/23.0.0.10/kernel/Dockerfile.ubi.openjdk8 b/ga/23.0.0.10/kernel/Dockerfile.ubi.openjdk8 index 8214d7d7b..dcb2e850f 100644 --- a/ga/23.0.0.10/kernel/Dockerfile.ubi.openjdk8 +++ b/ga/23.0.0.10/kernel/Dockerfile.ubi.openjdk8 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi AS getRuntime +FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi9 AS getRuntime USER root @@ -38,7 +38,7 @@ RUN yum -y install shadow-utils unzip wget findutils openssl \ && chmod -R g+rw /opt/ibm/wlp \ && cp -a /opt/ibm/wlp/lafiles/. /licenses/ -FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi +FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi9 USER root diff --git a/ga/latest/kernel/Dockerfile.ubi.ibmjava8 b/ga/latest/kernel/Dockerfile.ubi.ibmjava8 index f8331647f..26e12ac12 100644 --- a/ga/latest/kernel/Dockerfile.ubi.ibmjava8 +++ b/ga/latest/kernel/Dockerfile.ubi.ibmjava8 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ibmjava:8-ubi AS getRuntime +FROM ibmjava:8-ubi9 AS getRuntime USER root @@ -38,7 +38,7 @@ RUN yum -y install unzip wget openssl \ && chmod -R g+rw /opt/ibm/wlp \ && cp -a /opt/ibm/wlp/lafiles/. /licenses/ -FROM ibmjava:8-ubi +FROM ibmjava:8-ubi9 USER root diff --git a/ga/latest/kernel/Dockerfile.ubi.openjdk11 b/ga/latest/kernel/Dockerfile.ubi.openjdk11 index 630a27a82..386191c09 100644 --- a/ga/latest/kernel/Dockerfile.ubi.openjdk11 +++ b/ga/latest/kernel/Dockerfile.ubi.openjdk11 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi AS getRuntime +FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi9 AS getRuntime USER root @@ -38,7 +38,7 @@ RUN yum -y install shadow-utils unzip wget findutils openssl \ && chmod -R g+rw /opt/ibm/wlp \ && cp -a /opt/ibm/wlp/lafiles/. /licenses/ -FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi +FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi9 USER root diff --git a/ga/latest/kernel/Dockerfile.ubi.openjdk17 b/ga/latest/kernel/Dockerfile.ubi.openjdk17 index 538bc8a44..2b0f8e183 100644 --- a/ga/latest/kernel/Dockerfile.ubi.openjdk17 +++ b/ga/latest/kernel/Dockerfile.ubi.openjdk17 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi AS getRuntime +FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi9 AS getRuntime USER root @@ -38,7 +38,7 @@ RUN yum -y install shadow-utils unzip wget findutils openssl \ && chmod -R g+rw /opt/ibm/wlp \ && cp -a /opt/ibm/wlp/lafiles/. /licenses/ -FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi +FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi9 USER root diff --git a/ga/latest/kernel/Dockerfile.ubi.openjdk8 b/ga/latest/kernel/Dockerfile.ubi.openjdk8 index 8214d7d7b..dcb2e850f 100644 --- a/ga/latest/kernel/Dockerfile.ubi.openjdk8 +++ b/ga/latest/kernel/Dockerfile.ubi.openjdk8 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi AS getRuntime +FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi9 AS getRuntime USER root @@ -38,7 +38,7 @@ RUN yum -y install shadow-utils unzip wget findutils openssl \ && chmod -R g+rw /opt/ibm/wlp \ && cp -a /opt/ibm/wlp/lafiles/. /licenses/ -FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi +FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi9 USER root