From 25787402b308f56db96f874702a00c152f572354 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 00:25:24 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.10-1255 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- build/Dockerfile | 2 +- build/Dockerfile.olm-registry | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 274c0ce..0017004 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -17,7 +17,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -mod=mod -a -o # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1179.1741863533 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1255 WORKDIR / COPY --from=builder /workspace/manager . USER nonroot:nonroot diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index e425049..be54e99 100644 --- a/build/Dockerfile.olm-registry +++ b/build/Dockerfile.olm-registry @@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests RUN initializer --permissive # ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1179.1741863533 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1255 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe