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/