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