From 4c97b9f7f47bd1c2680e3e609ba6ceaf6d04a413 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh02[bot]" <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 04:29:49 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.8-1786380870 Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> --- hyperfleet-operator/Containerfile | 2 +- platform-api/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperfleet-operator/Containerfile b/hyperfleet-operator/Containerfile index 7d69e470..cd706af8 100644 --- a/hyperfleet-operator/Containerfile +++ b/hyperfleet-operator/Containerfile @@ -23,7 +23,7 @@ RUN cd hyperfleet-operator && \ RUN cd hyperfleet-operator && \ CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -a -o /workspace/compactor ./cmd/compactor -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785339117 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1786380870 ARG VERSION=0.0.1 ARG RELEASE=1 diff --git a/platform-api/Containerfile b/platform-api/Containerfile index e5cb26ae..a14cbc01 100644 --- a/platform-api/Containerfile +++ b/platform-api/Containerfile @@ -24,7 +24,7 @@ RUN cd platform-api && \ -o /app/rosa-hyperfleet-api \ ./cmd -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785339117 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1786380870 ARG VERSION=0.0.1 ARG RELEASE=1