From 696367a2f7106fe75be3d450639fa60154121ec6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 19:47:20 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.8-1014 (#6962) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile.ubi | 2 +- hack/deployer/clients/ocp/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.ubi b/Dockerfile.ubi index 19107ac55a..b8c7bd3388 100644 --- a/Dockerfile.ubi +++ b/Dockerfile.ubi @@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux \ -o elastic-operator github.com/elastic/cloud-on-k8s/v2/cmd # Copy the operator binary into a lighter image -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-860 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1014 # 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 a678fb173c..33a7710723 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/ubi8/ubi-minimal:8.8-860 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1014 COPY --from=builder /usr/local/bin/openshift-install . COPY --from=builder /usr/local/bin/oc .