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:
commit
a2fbb38d91
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue