Skip to content

Commit

Permalink
Merge pull request #39 from openshift-bot/art-consistency-openshift-4…
Browse files Browse the repository at this point in the history
….7-csi-driver-nfs

Bug 1916164: Updating csi-driver-nfs builder & base images to be consistent with ART
  • Loading branch information
openshift-merge-robot authored Jan 14, 2021
2 parents 6938446 + 7d95d8d commit 9404d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7
COPY . /go/src/github.com/openshift/csi-driver-nfs
RUN cd /go/src/github.com/openshift/csi-driver-nfs && \
go build -o /go/src/github.com/openshift/csi-driver-nfs/nfsplugin cmd/nfsplugin/main.go

FROM registry.svc.ci.openshift.org/ocp/4.7:base
FROM registry.ci.openshift.org/ocp/4.7:base

COPY --from=0 /go/src/github.com/openshift/csi-driver-nfs/nfsplugin /usr/bin/

Expand Down

0 comments on commit 9404d34

Please sign in to comment.