Skip to content

Commit e4dac51

Browse files
authored
Merge pull request #369 from openshift-bot/art-consistency-openshift-4.7-telemeter
Updating telemeter builder & base images to be consistent with ART
2 parents 8742aae + 9b87657 commit e4dac51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7
22
ENV GOFLAGS="-mod=vendor"
33
COPY . /go/src/github.com/openshift/telemeter
44
RUN cd /go/src/github.com/openshift/telemeter && \
55
go build ./cmd/telemeter-client && \
66
go build ./cmd/telemeter-server && \
77
go build ./cmd/authorization-server
88

9-
FROM registry.svc.ci.openshift.org/ocp/4.7:base
9+
FROM registry.ci.openshift.org/ocp/4.7:base
1010
LABEL io.k8s.display-name="OpenShift Telemeter" \
1111
io.k8s.description="" \
1212
io.openshift.tags="openshift,monitoring" \

0 commit comments

Comments
 (0)