From 8b07b87ec8d89aecfe384e49cc38aba19d6805f1 Mon Sep 17 00:00:00 2001 From: Justin Pierce Date: Wed, 7 Oct 2020 12:03:00 -0400 Subject: [PATCH] Updating ose-must-gather builder & base images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/ac81dd4ff0bd57c4e75058d25b40615b92948259/images/ose-must-gather.yml --- Dockerfile.rhel7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index 8828dd804..411e99753 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -1,7 +1,7 @@ -FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder +FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder WORKDIR /go/src/github.com/openshift/must-gather COPY . . ENV GO_PACKAGE github.com/openshift/must-gather -FROM registry.svc.ci.openshift.org/ocp/4.6:cli +FROM registry.svc.ci.openshift.org/ocp/4.7:cli COPY --from=builder /go/src/github.com/openshift/must-gather/collection-scripts/* /usr/bin/