Skip to content

Commit 02a1942

Browse files
author
AOS Automation Release Team
committed
Updating monitoring-plugin-container image to be consistent with ART for 4.21
Reconciling with https://github.com/openshift/ocp-build-data/tree/4fbe3fab45239dc4be6f5d9d98a0bf36e0274ec9/images/monitoring-plugin.yml
1 parent eecf2c3 commit 02a1942

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.20
4+
tag: rhel-9-release-golang-1.24-openshift-4.21

Dockerfile.art

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-openshift-4.20 AS web-builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-openshift-4.21 AS web-builder
22

33
# Copy app sources
44
COPY $REMOTE_SOURCES $REMOTE_SOURCES_DIR
@@ -17,7 +17,7 @@ RUN test -d ${REMOTE_SOURCES_DIR}/cachito-gomod-with-deps || exit 1; \
1717
&& make build-frontend
1818

1919

20-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS go-builder
20+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS go-builder
2121

2222
COPY $REMOTE_SOURCES $REMOTE_SOURCES_DIR
2323
WORKDIR $REMOTE_SOURCES_DIR/cachito-gomod-with-deps/app
@@ -28,7 +28,7 @@ ENV CGO_ENABLED=1
2828
RUN source $REMOTE_SOURCES_DIR/cachito-gomod-with-deps/cachito.env \
2929
&& make build-backend BUILD_OPTS="-tags strictfipsruntime"
3030

31-
FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
31+
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
3232

3333
USER 1001
3434

0 commit comments

Comments
 (0)