diff --git a/images/Dockerfile b/images/Dockerfile index 3af3386ed..a16b45a08 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -1,9 +1,9 @@ -FROM openshift/origin-release:golang-1.13 +FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-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 -FROM registry.svc.ci.openshift.org/ocp/4.2:base +FROM registry.svc.ci.openshift.org/ocp/4.6:base COPY --from=0 /go/src/github.com/openshift/csi-driver-nfs/nfsplugin /usr/bin/