Skip to content

Commit

Permalink
Merge pull request #368 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.6-telemeter

Updating telemeter builder & base images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Feb 24, 2021
2 parents 895aca1 + 050bef3 commit d7cd4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,12 +1,12 @@
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6
ENV GOFLAGS="-mod=vendor"
COPY . /go/src/github.com/openshift/telemeter
RUN cd /go/src/github.com/openshift/telemeter && \
go build ./cmd/telemeter-client && \
go build ./cmd/telemeter-server && \
go build ./cmd/authorization-server

FROM registry.svc.ci.openshift.org/ocp/4.6:base
FROM registry.ci.openshift.org/ocp/4.6:base
LABEL io.k8s.display-name="OpenShift Telemeter" \
io.k8s.description="" \
io.openshift.tags="openshift,monitoring" \
Expand Down

0 comments on commit d7cd4df

Please sign in to comment.