Skip to content

Commit

Permalink
Merge pull request #35 from jupierce/art-consistency-openshift-4.7-cs…
Browse files Browse the repository at this point in the history
…i-driver-manila

Updating csi-driver-manila builder & base images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Oct 21, 2020
2 parents 059e924 + 0a9ed3f commit 7eef110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/manila-csi-plugin/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/k8s.io/cloud-provider-openstack
RUN cd /go/src/k8s.io/cloud-provider-openstack && \
go build -o manila-csi-plugin cmd/manila-csi-plugin/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/k8s.io/cloud-provider-openstack/manila-csi-plugin /usr/bin/

Expand Down

0 comments on commit 7eef110

Please sign in to comment.