From 3cb9c22b4b47ef8d9deaf33003c81a163e31b8cf Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh03[bot]" <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 08:04:08 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to 7fbeae1 Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com> --- Containerfile.external-dns-operator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.external-dns-operator b/Containerfile.external-dns-operator index bc0a7962..b19013c5 100644 --- a/Containerfile.external-dns-operator +++ b/Containerfile.external-dns-operator @@ -25,7 +25,7 @@ RUN git config --global --add safe.directory /workspace # Build RUN make build-operator -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:580752f96d36c4132bffd30f9c34865bf4bd87f6aa161c969d117f21732e50f7 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7fbeae18dc9476399f565e68255f602a3374ea8614ba3d14843565131a13ff93 LABEL maintainer="Red Hat, Inc." LABEL com.redhat.component="external-dns-operator-container" LABEL name="edo/external-dns-rhel9-operator"