From 535fd0658d9b51e08514ddbfca0c76940f1550db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:14:13 +0000 Subject: [PATCH] Bump ubi8/ubi-minimal in /build Bumps ubi8/ubi-minimal from 8.10-1179.1739286367 to 8.10-1179.1741795396. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal 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 893a1153..44c4464a 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -9,7 +9,7 @@ ENV FIPS_ENABLED=1 RUN make go-build # This image has to match RHEL version from the CI or will cause some side-effects on glibc (and possibly others) -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1179.1739286367 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1179.1741795396 ENV OPERATOR=/usr/local/bin/deployment-validation-operator \ USER_UID=1001 \ diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index c913b9cf..85297ff0 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.1739286367 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1179.1741795396 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe