From c8f62f0da92d21c339e61982170a5ad7c94c9fc2 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Thu, 14 Jan 2021 02:27:26 +0000 Subject: [PATCH] Updating sriov-network-must-gather builder & base images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/f01352e0069d4e8cedc0880ae427359a96668512/images/sriov-network-must-gather.yml --- must-gather/Dockerfile.rhel7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/must-gather/Dockerfile.rhel7 b/must-gather/Dockerfile.rhel7 index 253a25a5cd..ef2c65a7dc 100644 --- a/must-gather/Dockerfile.rhel7 +++ b/must-gather/Dockerfile.rhel7 @@ -1,8 +1,8 @@ -FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder WORKDIR /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator COPY . . -FROM registry.svc.ci.openshift.org/ocp/4.7:cli +FROM registry.ci.openshift.org/ocp/4.7:base LABEL io.k8s.display-name="sriov-network-operator-must-gather" \ io.k8s.description="This is a sriov must-gather image that collectes sriov network operator related resources." COPY --from=builder /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator/must-gather/collection-scripts/* /usr/bin/