Skip to content

Commit

Permalink
Merge pull request #203 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.6-ose-must-gather

Updating ose-must-gather builder & base images to be consistent with ART
  • Loading branch information
openshift-bot committed Mar 11, 2021
2 parents 5377c81 + 828127c commit 6f310ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 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.ci.openshift.org/ocp/4.6:cli
COPY --from=builder /go/src/github.com/openshift/must-gather/collection-scripts/* /usr/bin/

0 comments on commit 6f310ef

Please sign in to comment.