From b088eae28bce0eb4f1af4b001aca7f08ef232e10 Mon Sep 17 00:00:00 2001 From: Leo Christy Jesuraj Date: Mon, 7 Apr 2025 12:49:41 -0400 Subject: [PATCH] Update full 21 images to the correct base kernel image Signed-off-by: Leo Christy Jesuraj --- ga/24.0.0.12/full/Dockerfile.ubi.openjdk21 | 4 ++-- ga/25.0.0.3/full/Dockerfile.ubi.openjdk21 | 4 ++-- ga/latest/full/Dockerfile.ubi.openjdk21 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ga/24.0.0.12/full/Dockerfile.ubi.openjdk21 b/ga/24.0.0.12/full/Dockerfile.ubi.openjdk21 index 415796e5b..7f6b234fc 100644 --- a/ga/24.0.0.12/full/Dockerfile.ubi.openjdk21 +++ b/ga/24.0.0.12/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.12-kernel-java21-openj9-ubi9-minimal +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.12-kernel-java21-openj9-ubi-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.12-kernel-java21-openj9-ubi9-minimal +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.12-kernel-java21-openj9-ubi-minimal FROM $PARENT_IMAGE ARG VERBOSE=false diff --git a/ga/25.0.0.3/full/Dockerfile.ubi.openjdk21 b/ga/25.0.0.3/full/Dockerfile.ubi.openjdk21 index 133816327..48d4a8ed7 100644 --- a/ga/25.0.0.3/full/Dockerfile.ubi.openjdk21 +++ b/ga/25.0.0.3/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:25.0.0.3-kernel-java21-openj9-ubi9-minimal +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.3-kernel-java21-openj9-ubi-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:25.0.0.3-kernel-java21-openj9-ubi9-minimal +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.3-kernel-java21-openj9-ubi-minimal FROM $PARENT_IMAGE ARG VERBOSE=false diff --git a/ga/latest/full/Dockerfile.ubi.openjdk21 b/ga/latest/full/Dockerfile.ubi.openjdk21 index bef9700b5..ae172a1b4 100644 --- a/ga/latest/full/Dockerfile.ubi.openjdk21 +++ b/ga/latest/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:kernel-java21-openj9-ubi9-minimal +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:kernel-java21-openj9-ubi-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:kernel-java21-openj9-ubi9-minimal +ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:kernel-java21-openj9-ubi-minimal FROM $PARENT_IMAGE ARG VERBOSE=false