Skip to content

Commit

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

Updating csi-driver-nfs builder & base images to be consistent with ART
  • Loading branch information
openshift-merge-robot authored Dec 5, 2020
2 parents c9c4b8f + bf4c087 commit 6938446
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.6
FROM registry.svc.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.6:base
FROM registry.svc.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 6938446

Please sign in to comment.