From 79169abe3d9d74b6161fb79601edd129b7edfa5e Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Wed, 1 Oct 2025 00:05:15 +0000 Subject: [PATCH] Updating openshift-enterprise-deployer-container image to be consistent with ART for 4.21 Reconciling with https://github.com/openshift/ocp-build-data/tree/4fbe3fab45239dc4be6f5d9d98a0bf36e0274ec9/images/openshift-enterprise-deployer.yml --- images/deployer/Dockerfile.rhel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/deployer/Dockerfile.rhel b/images/deployer/Dockerfile.rhel index 69be98d9ec..e7b826fcb6 100644 --- a/images/deployer/Dockerfile.rhel +++ b/images/deployer/Dockerfile.rhel @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/4.20:cli +FROM registry.ci.openshift.org/ocp/4.21:cli LABEL io.k8s.display-name="OpenShift Deployer" \ io.k8s.description="This is a component of OpenShift and executes the user deployment process to roll out new containers. It may be used as a base image for building your own custom deployer image." \