Skip to content

Commit 95c60a3

Browse files
author
AOS Automation Release Team
committed
Updating ose-azure-file-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/azure-file-csi-driver-operator.yml
1 parent 06f7672 commit 95c60a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.azure-file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . .
44
RUN make GO_BUILD_PACKAGES=./cmd/azure-file-csi-driver-operator
55

66

7-
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9
7+
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9-minimal
88
COPY --from=builder /go/src/github.com/openshift/csi-operator/bin/azure-file-csi-driver-operator /usr/bin/
99
ENTRYPOINT ["/usr/bin/azure-file-csi-driver-operator"]
1010
LABEL io.k8s.display-name="OpenShift Azure File CSI Driver Operator" \

0 commit comments

Comments
 (0)