From e2af551be11634205bdfe19230b8903bc2d97c13 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, 2 Jun 2026 08:05:36 +0000 Subject: [PATCH] UPSTREAM: : Update registry.access.redhat.com/ubi9/ubi-minimal:latest Docker digest to ae09ecc Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com> --- Containerfile.aws-load-balancer-controller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.aws-load-balancer-controller b/Containerfile.aws-load-balancer-controller index 9a7aa4200..b767662de 100644 --- a/Containerfile.aws-load-balancer-controller +++ b/Containerfile.aws-load-balancer-controller @@ -25,7 +25,7 @@ COPY . . # Build RUN go build -tags strictfipsruntime -o controller -mod=vendor main.go -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:12db9874bd753eb98b1ab3d840e75de5d6842ac0604fbd68c012adefe97140be +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:ae09ecc3d754bc1726cbda3e2599cc7839e09fe1cc547ce173cf669b645be3cc ARG FULL_COMMIT LABEL maintainer="Red Hat, Inc." LABEL com.redhat.component="aws-load-balancer-controller-container"