From 8b0f78e3f3ff61f52e6817e6879a8b49cf76b381 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sat, 6 Jun 2026 17:46:22 +0000 Subject: [PATCH] Updating nmstate-console-plugin-container image to be consistent with ART for 5.0 Reconciling with https://github.com/openshift-eng/ocp-build-data/tree/7691ed4dc0b6585b358f9e73fb736ace9a48a286/images/nmstate-console-plugin.yml --- .ci-operator.yaml | 2 +- Dockerfile.art | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index a3628cf2..1d88a59f 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-9-release-golang-1.25-openshift-4.22 + tag: rhel-9-release-golang-1.26-openshift-5.0 diff --git a/Dockerfile.art b/Dockerfile.art index 902ce115..dbfdb652 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-openshift-5.0 AS build ENV CYPRESS_INSTALL_BINARY 0 # Copy app source @@ -11,7 +11,7 @@ USER 0 RUN npm ci && npm run build # Web server container -FROM registry.ci.openshift.org/ocp/4.22:base-rhel9 +FROM registry.ci.openshift.org/ocp/5.0:base-rhel9 RUN INSTALL_PKGS="nginx" && \ dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \