From c746fea4b845a015a3ad45372e1bfcfd21caf501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 10:01:04 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.10-1018 to 8.10-1295.1749680713 in /build Bumps ubi8/ubi-minimal from 8.10-1018 to 8.10-1295.1749680713. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-version: 8.10-1295.1749680713 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..f3919ff 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.1749680713 ENV USER_UID=1001 \ USER_NAME=hypershift-logging-operator diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index d78c342..2a7c45f 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.1749680713 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe