From 68d4cb6257b5112af53506550a194b1e7bf5a74d Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Wed, 29 Jul 2026 11:41:13 +0000 Subject: [PATCH] Updating networking-console-plugin-container image to be consistent with ART for 4.17 Reconciling with https://github.com/openshift-eng/ocp-build-data/tree/784f73f6ba8528c5bb546ccdb98c1bca9c730c2c/images/networking-console-plugin.yml --- Dockerfile.art | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.art b/Dockerfile.art index 04ecb22c..e7e7bb9a 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.17 AS build +FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-22-openshift-4.17 AS build # Copy app source COPY . /opt/app-root/src/app