diff --git a/ga/24.0.0.2/kernel/Dockerfile.ubi.ibmjava8 b/ga/24.0.0.2/kernel/Dockerfile.ubi.ibmjava8 index ea3ff99de..e4a70d41c 100644 --- a/ga/24.0.0.2/kernel/Dockerfile.ubi.ibmjava8 +++ b/ga/24.0.0.2/kernel/Dockerfile.ubi.ibmjava8 @@ -22,7 +22,7 @@ ARG VERBOSE=false ARG LIBERTY_VERSION=24.0.0.2 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a # 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.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 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.2/kernel/Dockerfile.ubi.openjdk11 b/ga/24.0.0.2/kernel/Dockerfile.ubi.openjdk11 index e1695f256..6a3d0620b 100644 --- a/ga/24.0.0.2/kernel/Dockerfile.ubi.openjdk11 +++ b/ga/24.0.0.2/kernel/Dockerfile.ubi.openjdk11 @@ -22,7 +22,7 @@ ARG VERBOSE=false ARG LIBERTY_VERSION=24.0.0.2 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a # 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.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 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.2/kernel/Dockerfile.ubi.openjdk17 b/ga/24.0.0.2/kernel/Dockerfile.ubi.openjdk17 index a4fb97a53..65ac56401 100644 --- a/ga/24.0.0.2/kernel/Dockerfile.ubi.openjdk17 +++ b/ga/24.0.0.2/kernel/Dockerfile.ubi.openjdk17 @@ -22,7 +22,7 @@ ARG VERBOSE=false ARG LIBERTY_VERSION=24.0.0.2 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a # 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.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 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.2/kernel/Dockerfile.ubi.openjdk21 b/ga/24.0.0.2/kernel/Dockerfile.ubi.openjdk21 index b1f1f4299..b48eadd51 100644 --- a/ga/24.0.0.2/kernel/Dockerfile.ubi.openjdk21 +++ b/ga/24.0.0.2/kernel/Dockerfile.ubi.openjdk21 @@ -22,7 +22,7 @@ ARG VERBOSE=false ARG LIBERTY_VERSION=24.0.0.2 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a # 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.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 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.2/kernel/Dockerfile.ubi.openjdk8 b/ga/24.0.0.2/kernel/Dockerfile.ubi.openjdk8 index 5b93a6ab6..87634a152 100644 --- a/ga/24.0.0.2/kernel/Dockerfile.ubi.openjdk8 +++ b/ga/24.0.0.2/kernel/Dockerfile.ubi.openjdk8 @@ -22,7 +22,7 @@ ARG VERBOSE=false ARG LIBERTY_VERSION=24.0.0.2 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a # 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.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 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.2/kernel/Dockerfile.ubuntu.ibmjava8 b/ga/24.0.0.2/kernel/Dockerfile.ubuntu.ibmjava8 index b1b8314ef..e4b57c646 100644 --- a/ga/24.0.0.2/kernel/Dockerfile.ubuntu.ibmjava8 +++ b/ga/24.0.0.2/kernel/Dockerfile.ubuntu.ibmjava8 @@ -20,8 +20,8 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a 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.2/kernel/Dockerfile.ubuntu.openjdk11 b/ga/24.0.0.2/kernel/Dockerfile.ubuntu.openjdk11 index 10890369b..36323590a 100644 --- a/ga/24.0.0.2/kernel/Dockerfile.ubuntu.openjdk11 +++ b/ga/24.0.0.2/kernel/Dockerfile.ubuntu.openjdk11 @@ -20,8 +20,8 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a 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.2/kernel/Dockerfile.ubuntu.openjdk17 b/ga/24.0.0.2/kernel/Dockerfile.ubuntu.openjdk17 index c0bd32808..fd91b408f 100644 --- a/ga/24.0.0.2/kernel/Dockerfile.ubuntu.openjdk17 +++ b/ga/24.0.0.2/kernel/Dockerfile.ubuntu.openjdk17 @@ -20,8 +20,8 @@ ARG VERBOSE=false ARG OPENJ9_SCC=true ARG LIBERTY_VERSION=24.0.0.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a 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 ea3ff99de..e4a70d41c 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.2 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a # 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.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 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 e1695f256..6a3d0620b 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.2 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a # 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.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 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 a4fb97a53..65ac56401 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.2 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a # 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.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 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 b1f1f4299..b48eadd51 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.2 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a # 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.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 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 5b93a6ab6..87634a152 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.2 ARG LIBERTY_URL ARG DOWNLOAD_OPTIONS="" -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a # 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.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 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 b1b8314ef..e4b57c646 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.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a 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 10890369b..36323590a 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.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a 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 c0bd32808..fd91b408f 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.2 -ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label} -ARG LIBERTY_SHA={replace_with_correct_sha} +ARG LIBERTY_BUILD_LABEL=cl240220240212-1928 +ARG LIBERTY_SHA=bd9c64cbf086f03e81ee50e4a44acc6f05af191a LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \ org.opencontainers.image.vendor="IBM" \