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 0fc70bf + 3154954 commit fed3827Copy full SHA for fed3827
Dockerfile.openstack-cinder
@@ -1,9 +1,9 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
2
WORKDIR /go/src/github.com/openshift/csi-operator
3
COPY . .
4
RUN make GO_BUILD_PACKAGES=./cmd/openstack-cinder-csi-driver-operator
5
6
-FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
7
COPY --from=builder /go/src/github.com/openshift/csi-operator/bin/openstack-cinder-csi-driver-operator /usr/bin/
8
ENTRYPOINT ["/usr/bin/openstack-cinder-csi-driver-operator"]
9
LABEL io.k8s.display-name="OpenShift OpenStack Cinder CSI Driver Operator" \
0 commit comments