Skip to content

Commit 026072c

Browse files
author
AOS Automation Release Team
committed
Updating cluster-monitoring-operator-container image to be consistent with ART for 4.21
Reconciling with https://github.com/openshift/ocp-build-data/tree/5c68d71385f72cd67a199bc4590068053a833c7d/images/cluster-monitoring-operator.yml
1 parent 4496a0a commit 026072c

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

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# When bumping the Go version, don't forget to update the configuration of the
22
# CI jobs in openshift/release.
3-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
3+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
44
WORKDIR /go/src/github.com/openshift/cluster-monitoring-operator
55
COPY . .
66
ENV GOFLAGS="-mod=vendor"
77
RUN make operator-no-deps && make tests-ext-build && gzip tests-ext
88

9-
FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
9+
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
1010
LABEL io.k8s.display-name="OpenShift cluster-monitoring-operator" \
1111
io.k8s.description="This is a component of OpenShift and manages the lifecycle of the Prometheus based cluster monitoring stack." \
1212
io.openshift.tags="openshift" \

0 commit comments

Comments
 (0)