Skip to content

Commit 621ed1c

Browse files
author
AOS Automation Release Team
committed
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
1 parent 2e9aca1 commit 621ed1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-9-release-golang-1.24-openshift-4.21
4+
tag: rhel-9-release-golang-1.24-openshift-4.22

Dockerfile.art

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder container
2-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-openshift-4.21 AS build
2+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-openshift-4.22 AS build
33

44
# Copy app source
55
COPY . /opt/app-root/src/app
@@ -24,7 +24,7 @@ RUN test -d ${REMOTE_SOURCES_DIR}/cachito-gomod-with-deps || exit 1; \
2424
&& yarn install --frozen-lockfile && yarn build
2525

2626
# Web server container
27-
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
27+
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9
2828

2929
RUN INSTALL_PKGS="nginx" && \
3030
dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \

0 commit comments

Comments
 (0)