From cdb6c000b09db3afcce429bf1a5b5916fb3e1416 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Thu, 29 Sep 2022 08:45:06 +0000 Subject: [PATCH] Updating csi-snapshot-validation-webhook images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/d62adf873b85ace3c92f8fa3a7dbe8a39bb2daae/images/csi-snapshot-validation-webhook.yml --- Dockerfile.webhook.openshift.rhel7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.webhook.openshift.rhel7 b/Dockerfile.webhook.openshift.rhel7 index a34d15784..e6f2d3577 100644 --- a/Dockerfile.webhook.openshift.rhel7 +++ b/Dockerfile.webhook.openshift.rhel7 @@ -1,8 +1,8 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder WORKDIR /go/src/github.com/kubernetes-csi/external-snapshotter COPY . . RUN make build -FROM registry.ci.openshift.org/ocp/4.11:base +FROM registry.ci.openshift.org/ocp/4.12:base COPY --from=builder /go/src/github.com/kubernetes-csi/external-snapshotter/bin/snapshot-validation-webhook /usr/bin/ ENTRYPOINT ["/usr/bin/snapshot-validation-webhook"]