Skip to content

Commit 3a289a1

Browse files
author
AOS Automation Release Team
committed
Updating ose-openstack-cinder-csi-driver-operator-container image to be consistent with ART for 4.22
Reconciling with https://github.com/openshift/ocp-build-data/tree/d17763f70e6c65246ee71e8701923c87a2e99d80/images/ose-openstack-cinder-csi-driver-operator.yml
1 parent 06f7672 commit 3a289a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.openstack-cinder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/openshift/csi-operator
33
COPY . .
44
RUN make GO_BUILD_PACKAGES=./cmd/openstack-cinder-csi-driver-operator
55

6-
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9
6+
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9-minimal
77
COPY --from=builder /go/src/github.com/openshift/csi-operator/bin/openstack-cinder-csi-driver-operator /usr/bin/
88
ENTRYPOINT ["/usr/bin/openstack-cinder-csi-driver-operator"]
99
LABEL io.k8s.display-name="OpenShift OpenStack Cinder CSI Driver Operator" \

0 commit comments

Comments
 (0)