From cf76f42d9550c71a7936011431bff62ab58c3941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 07:35:46 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.10-1018 to 8.10-1295 in /build Bumps ubi8/ubi-minimal from 8.10-1018 to 8.10-1295. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-version: 8.10-1295 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- build/Dockerfile.olm-registry | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index f2ee665..5ced233 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -23,7 +23,7 @@ RUN make go-build # 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-1018 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295 ENV USER_UID=1001 \ USER_NAME=hypershift-logging-operator diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index d78c342..dd993d0 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-1018 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe