Updating csi-driver-nfs builder & base images to be consistent with ART

Reconciling with b0ab44b419/images/csi-driver-nfs.yml
This commit is contained in:
AOS Automation Release Team 2021-01-13 23:21:41 +00:00
parent 6938446db6
commit 7d95d8d6df
1 changed files with 2 additions and 2 deletions

View File

@ -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/