Skip to content

Commit

Permalink
Updating telemeter builder & base images to be consistent with ART
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Jan 14, 2021
1 parent 895aca1 commit 050bef3
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 050bef3

Please sign in to comment.