From 0a193f0383924221414be1123a31e0544184928f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 02:28:01 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi10 Docker tag to v10.2-1789459392 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- podvm-payload/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/podvm-payload/Dockerfile b/podvm-payload/Dockerfile index 0cc8c67313..dabf34c4c3 100644 --- a/podvm-payload/Dockerfile +++ b/podvm-payload/Dockerfile @@ -11,7 +11,7 @@ # Let's keep it safe and ensure we keep the same base image/repos for all builders. ## GOLANG ## -FROM registry.access.redhat.com/ubi10:10.2-1789350826 as go_builder +FROM registry.access.redhat.com/ubi10:10.2-1789459392 as go_builder ARG ARCH ENV ARCH=${ARCH} @@ -44,7 +44,7 @@ RUN CGO_ENABLED=1 GOOS=linux go build \ RUN cp -r podvm/files/* /artifacts ## RUST ## -FROM registry.access.redhat.com/ubi10:10.2-1789350826 as rust_builder +FROM registry.access.redhat.com/ubi10:10.2-1789459392 as rust_builder USER root # This is registering RHEL when building on an unsubscribed system if activation # key and org were provided. @@ -129,7 +129,7 @@ RUN ARCH=$(uname -m) && \ RUN cp /workdir/guest-components/target/release/ttrpc-cdh /artifacts/usr/local/bin/confidential-data-hub # build k8s pause image -FROM registry.access.redhat.com/ubi10:10.2-1789350826 as pause_builder +FROM registry.access.redhat.com/ubi10:10.2-1789459392 as pause_builder # Uncomment the following line for hermetic build #RUN rm /etc/yum.repos.d/* && cp /cachi2/output/deps/rpm/$(uname -m)/repos.d/cachi2.repo /etc/yum.repos.d/ && dnf -y update RUN dnf install -y gcc glibc-static crun jq