We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d90b6ba + 128fb80 commit 2f5f61eCopy full SHA for 2f5f61e
images/cinder-csi-plugin/Dockerfile
@@ -1,9 +1,9 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12
2
WORKDIR /go/src/k8s.io/cloud-provider-openstack
3
COPY . .
4
RUN go build -o cinder-csi-plugin ./cmd/cinder-csi-plugin
5
6
-FROM registry.ci.openshift.org/ocp/4.11:base
+FROM registry.ci.openshift.org/ocp/4.12:base
7
8
# Get mkfs & blkid
9
RUN yum update -y && \
0 commit comments