From 6cbc9954090a2c8492f7b689bd8bc7bdf2d12d46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:11:52 -0500 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9 (#7326) 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 0e7caaa7234..483a4a302f8 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:8.9-1029 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1361.1699548032 # Update the base image packages to the latest versions RUN microdnf update --setopt=tsflags=nodocs && microdnf clean all diff --git a/hack/deployer/clients/ocp/Dockerfile b/hack/deployer/clients/ocp/Dockerfile index 357bf6796dd..613fafc22fa 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:8.9-1029 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1361.1699548032 COPY --from=builder /usr/local/bin/openshift-install . COPY --from=builder /usr/local/bin/oc .