Skip to content

Commit

Permalink
Updating ose-openstack-cinder-csi-driver builder & base images to be …
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Jan 13, 2021
1 parent c730ab6 commit cb86715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/cinder-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.7
FROM registry.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 cinder-csi-plugin cmd/cinder-csi-plugin/main.go

FROM registry.svc.ci.openshift.org/ocp/4.7:base
FROM registry.ci.openshift.org/ocp/4.7:base

# Get mkfs & blkid
RUN yum update -y && \
Expand Down

0 comments on commit cb86715

Please sign in to comment.