From cadf75eb138f94ad70031803b79cca1858b03071 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Wed, 18 Dec 2024 08:42:00 -0700 Subject: [PATCH] Pin the UBI 9 container 9.5-1734495538 (most recent release) (#1970) * 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 * 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 59165cdc5e..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 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 AS controller +FROM registry.access.redhat.com/ubi9/ubi:9.5-1734495538 AS controller ENV LANG=C.UTF-8