Skip to content

Commit 4c6036e

Browse files
Merge pull request #563 from openshift-bot/art-consistency-openshift-4.20-telemeter
OCPBUGS-57537: Updating telemeter-container image to be consistent with ART for 4.20
2 parents a2fe07e + fbbb803 commit 4c6036e

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.23-openshift-4.19
4+
tag: rhel-9-release-golang-1.24-openshift-4.20

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20
22
ENV GOFLAGS="-mod=vendor"
33
COPY . /go/src/github.com/openshift/telemeter
44
RUN cd /go/src/github.com/openshift/telemeter && \
@@ -7,7 +7,7 @@ RUN cd /go/src/github.com/openshift/telemeter && \
77
go build ./cmd/rhelemeter-server && \
88
go build ./cmd/authorization-server
99

10-
FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
10+
FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
1111
LABEL io.k8s.display-name="OpenShift Telemeter" \
1212
io.k8s.description="" \
1313
io.openshift.tags="openshift,monitoring" \

0 commit comments

Comments
 (0)