From 5bfcabec3535d9399ede163faeba111d2290e4f3 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Tue, 28 Jul 2026 07:05:20 +0000 Subject: [PATCH] Updating networking-console-plugin-container image to be consistent with ART for 4.18 Reconciling with https://github.com/openshift-eng/ocp-build-data/tree/0d2662bd7c970382ea6537224517aed8cb999642/images/networking-console-plugin.yml --- Dockerfile.art | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.art b/Dockerfile.art index 5c0b0537..2138ceca 100644 --- a/Dockerfile.art +++ b/Dockerfile.art @@ -1,5 +1,5 @@ # Builder container -FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-openshift-4.22 AS build +FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-22-openshift-4.18 AS build # Copy app source COPY . /opt/app-root/src/app