From 17c514d4a37fa99347259b584bac253b847c433c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:03:16 +0200 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.4-1134 (#7900) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build/Dockerfile-ubi | 2 +- hack/deployer/clients/ocp/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile-ubi b/build/Dockerfile-ubi index bc3efdf1ae..11e8910e59 100644 --- a/build/Dockerfile-ubi +++ b/build/Dockerfile-ubi @@ -27,7 +27,7 @@ RUN --mount=type=cache,mode=0755,target=/go/pkg/mod \ # --------------------------------------------- # Copy the operator binary into a lighter image -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-949.1717074713 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1134 # Update the base image packages to the latest versions RUN microdnf update --setopt=tsflags=nodocs --assumeyes && microdnf clean all diff --git a/hack/deployer/clients/ocp/Dockerfile b/hack/deployer/clients/ocp/Dockerfile index 101f638ffe..f1059020f3 100644 --- a/hack/deployer/clients/ocp/Dockerfile +++ b/hack/deployer/clients/ocp/Dockerfile @@ -12,6 +12,6 @@ RUN curl -fsSLO https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${CLIE mv oc /usr/local/bin/oc && \ rm openshift-client-linux-${CLIENT_VERSION}.tar.gz -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-949.1717074713 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1134 COPY --from=builder /usr/local/bin/openshift-install . COPY --from=builder /usr/local/bin/oc .