From 621ed1cd8cf9513d74e6cc2e339cdef230a9778c Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Fri, 19 Dec 2025 04:17:54 +0000 Subject: [PATCH] Updating nmstate-console-plugin-container image to be consistent with ART for 4.22 Reconciling with https://github.com/openshift/ocp-build-data/tree/087d1930e36b609f77d73bd8a313d85c940cff4d/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 e307e5a..284a910 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.24-openshift-4.21 + tag: rhel-9-release-golang-1.24-openshift-4.22 diff --git a/Dockerfile.art b/Dockerfile.art index c4cb43a..9766d21 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.21 AS build +FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-openshift-4.22 AS build # Copy app source COPY . /opt/app-root/src/app @@ -24,7 +24,7 @@ RUN test -d ${REMOTE_SOURCES_DIR}/cachito-gomod-with-deps || exit 1; \ && yarn install --frozen-lockfile && yarn build # Web server container -FROM registry.ci.openshift.org/ocp/4.21:base-rhel9 +FROM registry.ci.openshift.org/ocp/4.22:base-rhel9 RUN INSTALL_PKGS="nginx" && \ dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \