From 568836cea6320ce17f3d83e878a2712f9c607847 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Wed, 16 Jun 2021 17:31:08 +0000 Subject: [PATCH] Updating ose-csi-snapshot-controller images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/691e628254f318ce56efda5edc7448ec743c37b8/images/ose-csi-snapshot-controller.yml --- Dockerfile.snapshot-controller.openshift.rhel7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.snapshot-controller.openshift.rhel7 b/Dockerfile.snapshot-controller.openshift.rhel7 index 17ab53e5a..b4687a6cf 100644 --- a/Dockerfile.snapshot-controller.openshift.rhel7 +++ b/Dockerfile.snapshot-controller.openshift.rhel7 @@ -1,8 +1,8 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.8 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS builder WORKDIR /go/src/github.com/kubernetes-csi/external-snapshotter COPY . . RUN make build -FROM registry.ci.openshift.org/ocp/4.8:base +FROM registry.ci.openshift.org/ocp/4.9:base COPY --from=builder /go/src/github.com/kubernetes-csi/external-snapshotter/bin/snapshot-controller /usr/bin/ ENTRYPOINT ["/usr/bin/snapshot-controller"]