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

Reconciling with f82a216a6a/images/csi-driver-nfs.yml
This commit is contained in:
AOS Automation Release Team 2020-11-12 18:33:37 +00:00
parent c9c4b8f68d
commit bf4c0872e4
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.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/