From 4326267293b556c25425dfb90e6dcc2df175464f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 11:06:48 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.8-1785906621 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 030feab026..1843c4940f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY config/crd/bases config/crd/bases RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on go build -ldflags "$LDFLAGS" -mod vendor -a -o manager main.go # Create final image from minimal + built binary -FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785339117 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785906621 WORKDIR / COPY --from=builder /opt/app-root/manager . USER 65532:65532 diff --git a/Dockerfile.downstream b/Dockerfile.downstream index dba1e18455..51c60d2f14 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -21,7 +21,7 @@ ENV GOEXPERIMENT strictfipsruntime RUN GOOS=linux GO111MODULE=on go build -tags strictfipsruntime -ldflags "-X 'main.buildVersion=${BUILDVERSION}' -X 'main.buildDate=`date +%Y-%m-%d\ %H:%M`'" -mod vendor -a -o manager main.go # Create final image from minimal + built binary -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785339117 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785906621 ARG BUILDVERSION ARG BUILDVERSION_Y