From 4a0653b296628cab9cff2567813e30ae4409ba96 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Wed, 4 Mar 2026 14:49:16 +0000 Subject: [PATCH] Updating openshift-enterprise-base-rhel94-container image to be consistent with ART for 4.13 Reconciling with https://github.com/openshift/ocp-build-data/tree/ecd7b52634035c50f6c70dee09daeec0b8de45ea/images/openshift-enterprise-base-rhel94.yml --- base/Dockerfile.rhel9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile.rhel9 b/base/Dockerfile.rhel9 index bebedf9cb..9075afb26 100644 --- a/base/Dockerfile.rhel9 +++ b/base/Dockerfile.rhel9 @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-openshift-4.18 +FROM registry.ci.openshift.org/ocp/4.13:base-rhel94 # A ubi9 image will expose python3 as /usr/bin/python. It does not contain # python2. Subsequent layers should install if it needed.