From ea83a012f1ef7624a25c26f33341068f97bb60c5 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 21:12:41 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.8-1785339117 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 ded17bbd0..ca1f6f996 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY pkg/ pkg/ RUN CGO_ENABLED=0 GOARCH=$TARGETARCH go build -ldflags "$LDFLAGS" -mod vendor -o plugin-backend cmd/plugin-backend.go -FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785214301 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785339117 COPY --from=web-builder /opt/app-root/web/dist ./web/dist COPY --from=go-builder /opt/app-root/plugin-backend ./ diff --git a/Dockerfile.downstream b/Dockerfile.downstream index b9f530d65..c84a272f6 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -34,7 +34,7 @@ COPY pkg/ pkg/ ENV GOEXPERIMENT strictfipsruntime RUN go build -tags strictfipsruntime -ldflags "-X 'main.buildVersion=$BUILDVERSION' -X 'main.buildDate=`date +%Y-%m-%d\ %H:%M`'" -mod vendor -o plugin-backend cmd/plugin-backend.go -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785214301 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785339117 ARG BUILDVERSION ARG BUILDVERSION_Y