File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
build_root_image :
2
2
name : release
3
3
namespace : openshift
4
- tag : rhel-9-release-golang-1.24-openshift-4.20
4
+ tag : rhel-9-release-golang-1.24-openshift-4.21
Original file line number Diff line number Diff line change 1
1
# When bumping the Go version, don't forget to update the configuration of the
2
2
# 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
4
4
WORKDIR /go/src/github.com/openshift/cluster-monitoring-operator
5
5
COPY . .
6
6
ENV GOFLAGS="-mod=vendor"
7
7
RUN make operator-no-deps && make tests-ext-build && gzip tests-ext
8
8
9
- FROM registry.ci.openshift.org/ocp/4.20 :base-rhel9
9
+ FROM registry.ci.openshift.org/ocp/4.21 :base-rhel9
10
10
LABEL io.k8s.display-name="OpenShift cluster-monitoring-operator" \
11
11
io.k8s.description="This is a component of OpenShift and manages the lifecycle of the Prometheus based cluster monitoring stack." \
12
12
io.openshift.tags="openshift" \
You can’t perform that action at this time.
0 commit comments