Skip to content

Commit

Permalink
Updating sriov-network-must-gather builder & base images to be consis…
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Jan 14, 2021
1 parent f005179 commit c8f62f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions must-gather/Dockerfile.rhel7
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit c8f62f0

Please sign in to comment.