Merge pull request #34 from openshift-bot/updating-images/dockerfile-baseimages-to-mach-ocp-build-data-config

Bug 1878163: Updating images/Dockerfile baseimages to mach ocp-build-data config
This commit is contained in:
OpenShift Merge Robot 2020-09-17 04:10:52 -04:00 committed by GitHub
commit a2fbb38d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6
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