From 001115ea2aa85abd7d2447ddca76c66cbd68c89d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 10:42:36 +0200 Subject: [PATCH] Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.7-1107 (#6646) 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 dde9d99122..874f03c465 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.7-1085.1679482090 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107 # 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 5bb05f7b70..031e20bae6 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.7-1085.1679482090 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107 COPY --from=builder /usr/local/bin/openshift-install . COPY --from=builder /usr/local/bin/oc .