From 2b32e252e55eff49be62379ed95c76d6b945d817 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 15:58:59 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.7-1778072020 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.downstream | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 14c5fd487..48be9094e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN USER=netobserv VERSION=main make oc-commands RUN mkdir -p output # Create final image from ubi + built binary and command -FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.7-1778072020 RUN microdnf install -y tar && \ microdnf clean all diff --git a/Dockerfile.downstream b/Dockerfile.downstream index b0e5dbb80..0ef6cc5eb 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -34,7 +34,7 @@ RUN USER=netobserv VERSION="$BUILDVERSION" IMAGE="$IMAGE" AGENT_IMAGE="$AGENT_IM RUN mkdir -p output # Create final image from ubi-minimal + built binary and command -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1778072020 ARG BUILDVERSION ARG BUILDVERSION_Y