diff --git a/Dockerfile b/Dockerfile index a13f00d3f..703a726ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,12 @@ RUN cd /go/src/github.com/openshift/telemeter && \ go build ./cmd/authorization-server FROM registry.svc.ci.openshift.org/ocp/4.6:base +LABEL io.k8s.display-name="OpenShift Telemeter" \ + io.k8s.description="" \ + io.openshift.tags="openshift,monitoring" \ + summary="" \ + maintainer="OpenShift Monitoring Team " + COPY --from=0 /go/src/github.com/openshift/telemeter/telemeter-client /usr/bin/ COPY --from=0 /go/src/github.com/openshift/telemeter/telemeter-server /usr/bin/ COPY --from=0 /go/src/github.com/openshift/telemeter/authorization-server /usr/bin/