From 86b0634e9187f75e7c41fb38497da1138b065058 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 00:23:14 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1739420147 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- must-gather/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1d1b0966..f6caf35a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN go mod vendor RUN make build # Use OpenShift base image -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1736404155 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147 WORKDIR / COPY --from=builder /workspace/bin/manager . COPY --from=builder /workspace/bin/metrics-server . diff --git a/must-gather/Dockerfile b/must-gather/Dockerfile index a9def0d9..50a5ef0a 100644 --- a/must-gather/Dockerfile +++ b/must-gather/Dockerfile @@ -1,6 +1,6 @@ FROM quay.io/openshift/origin-must-gather:latest as builder -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147 # For gathering data from nodes RUN microdnf update -y && microdnf install tar rsync -y && microdnf clean all