Skip to content

Commit 93319c8

Browse files
Merge pull request #566 from openshift-bot/art-consistency-openshift-4.21-monitoring-plugin
OCPBUGS-62454: Updating monitoring-plugin-container image to be consistent with ART for 4.21
2 parents 3477c9a + 02a1942 commit 93319c8

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)