From a8ec0d63b3c8bcc26083ae850aef79ff96edd733 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sun, 30 Jan 2022 15:35:02 +0000 Subject: [PATCH] Updating csi-snapshot-validation-webhook images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/0059e470a61eba28225165168b22d9e77c33c926/images/csi-snapshot-validation-webhook.yml --- .ci-operator.yaml | 2 +- Dockerfile.webhook.openshift.rhel7 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 00d7adfcf..46d8010b6 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-8-release-golang-1.17-openshift-4.10 + tag: rhel-8-release-golang-1.17-openshift-4.11 diff --git a/Dockerfile.webhook.openshift.rhel7 b/Dockerfile.webhook.openshift.rhel7 index 155d89b9b..6fd5344ef 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.17-openshift-4.10 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11 AS builder WORKDIR /go/src/github.com/kubernetes-csi/external-snapshotter COPY . . RUN make build -FROM registry.ci.openshift.org/ocp/4.10:base +FROM registry.ci.openshift.org/ocp/4.11:base COPY --from=builder /go/src/github.com/kubernetes-csi/external-snapshotter/bin/snapshot-validation-webhook /usr/bin/ ENTRYPOINT ["/usr/bin/snapshot-validation-webhook"]