From 1b3582017360328fca5487c61c8a4dbf75b73a77 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sat, 17 Jan 2026 04:23:37 +0000 Subject: [PATCH] Updating ose-machine-api-operator-container image to be consistent with ART for 4.22 Reconciling with https://github.com/openshift/ocp-build-data/tree/37a25cc2e6eec9883ae439d785f89ab3f6cb2f51/images/ose-machine-api-operator.yml --- Dockerfile.rhel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rhel b/Dockerfile.rhel index e964f939a..d12cb75d5 100644 --- a/Dockerfile.rhel +++ b/Dockerfile.rhel @@ -6,7 +6,7 @@ RUN NO_DOCKER=1 make build && \ cp /go/src/github.com/openshift/machine-api-operator/bin/machine-api-tests-ext /tmp/build/machine-api-tests-ext && \ gzip /tmp/build/machine-api-tests-ext -FROM registry.ci.openshift.org/ocp/4.22:base-rhel9 +FROM registry.ci.openshift.org/ocp/4.22:base-rhel9-minimal COPY --from=builder /go/src/github.com/openshift/machine-api-operator/install manifests COPY --from=builder /go/src/github.com/openshift/machine-api-operator/bin/machine-api-operator . COPY --from=builder /go/src/github.com/openshift/machine-api-operator/bin/nodelink-controller .