From ec35b3c638eabe47acce59aef326f2a05863876b Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Tue, 17 Dec 2024 18:02:27 -0700 Subject: [PATCH 1/2] Use most recent UBI 9 container image Dependabot should have detected this container image update, but it did not. Dependabot did not miss these updates in the platformlabeler repository, where a simpler syntax is used for the test data containers. I'm not sure if that is due to the AS clause or some other reason, but we want to use the most recent UBI 9 container image as a base, so this pull request makes sense in any case. Latest image released 2 days ago from https://catalog.redhat.com/software/containers/ubi9/ubi/615bcf606feffc5384e8452e --- rhel/ubi9/hotspot/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rhel/ubi9/hotspot/Dockerfile b/rhel/ubi9/hotspot/Dockerfile index 59165cdc5e..642b2c2001 100644 --- a/rhel/ubi9/hotspot/Dockerfile +++ b/rhel/ubi9/hotspot/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.5 AS jre-build +FROM registry.access.redhat.com/ubi9/ubi:9.5-1734081738 AS jre-build ARG JAVA_VERSION=17.0.13_11 @@ -33,7 +33,7 @@ RUN case "$(jlink --version 2>&1)" in \ --no-header-files \ --output /javaruntime -FROM registry.access.redhat.com/ubi9/ubi:9.5 AS controller +FROM registry.access.redhat.com/ubi9/ubi:9.5-1734081738 AS controller ENV LANG=C.UTF-8 From 4dc5811287acc866795cdb13c1a7966382c292d8 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Wed, 18 Dec 2024 05:03:22 -0700 Subject: [PATCH 2/2] Pin UBI 9.5-1734495538 as the UBI 9 container image Most recent release from https://catalog.redhat.com/software/containers/ubi9/ubi/615bcf606feffc5384e8452e --- rhel/ubi9/hotspot/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rhel/ubi9/hotspot/Dockerfile b/rhel/ubi9/hotspot/Dockerfile index 642b2c2001..f5a4d154a6 100644 --- a/rhel/ubi9/hotspot/Dockerfile +++ b/rhel/ubi9/hotspot/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.5-1734081738 AS jre-build +FROM registry.access.redhat.com/ubi9/ubi:9.5-1734495538 AS jre-build ARG JAVA_VERSION=17.0.13_11 @@ -33,7 +33,7 @@ RUN case "$(jlink --version 2>&1)" in \ --no-header-files \ --output /javaruntime -FROM registry.access.redhat.com/ubi9/ubi:9.5-1734081738 AS controller +FROM registry.access.redhat.com/ubi9/ubi:9.5-1734495538 AS controller ENV LANG=C.UTF-8