Skip to content

Commit

Permalink
Merge pull request #32 from openshift-bot/updating-images/dockerfile-…
Browse files Browse the repository at this point in the history
…baseimages-to-mach-ocp-build-data-config

Bug 1872080: Updating images/Dockerfile baseimages to mach ocp-build-data config
  • Loading branch information
openshift-merge-robot committed Aug 26, 2020
2 parents 2f48abf + 4aab5ed commit ddd02f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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/

Expand Down

0 comments on commit ddd02f8

Please sign in to comment.