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:
parent
c9c4b8f68d
commit
bf4c0872e4
|
|
@ -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
|
COPY . /go/src/github.com/openshift/csi-driver-nfs
|
||||||
RUN cd /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
|
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/
|
COPY --from=0 /go/src/github.com/openshift/csi-driver-nfs/nfsplugin /usr/bin/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue