From 45a5622b6535e4c322583aac1fa69d570c34d7a8 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Tue, 9 Nov 2021 17:49:00 +0000 Subject: [PATCH] Updating ose-csi-snapshot-controller images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/d78e07522b3c9a920b0e2f5f44dd574d1e7f5091/images/ose-csi-snapshot-controller.yml --- .ci-operator.yaml | 2 +- Dockerfile.snapshot-controller.openshift.rhel7 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 9271a8208..00d7adfcf 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.16-openshift-4.10 + tag: rhel-8-release-golang-1.17-openshift-4.10 diff --git a/Dockerfile.snapshot-controller.openshift.rhel7 b/Dockerfile.snapshot-controller.openshift.rhel7 index ff7552c55..6a9231fcf 100644 --- a/Dockerfile.snapshot-controller.openshift.rhel7 +++ b/Dockerfile.snapshot-controller.openshift.rhel7 @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10 AS builder WORKDIR /go/src/github.com/kubernetes-csi/external-snapshotter COPY . . RUN make build