Skip to content

Commit b4dbf41

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.samba

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/smb-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/smb-csi-driver-operator /usr/bin/
88
ENTRYPOINT ["/usr/bin/smb-csi-driver-operator"]
99
LABEL io.k8s.display-name="OpenShift CIFS/SMB CSI Driver Operator" \

0 commit comments

Comments
 (0)