From 925c7af712ade157d4f89627419759cb0d5aa2bd Mon Sep 17 00:00:00 2001 From: paulfantom Date: Mon, 10 Aug 2020 11:43:48 +0200 Subject: [PATCH] fix CVP issues due to incorrect labels set --- Dockerfile.ocp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.ocp b/Dockerfile.ocp index 78cf2747502..fa5a17b5bda 100644 --- a/Dockerfile.ocp +++ b/Dockerfile.ocp @@ -1,4 +1,4 @@ -FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 AS builder +FROM registry.svc.ci.openshift.org/openshift/release:golang-1.14 AS builder WORKDIR /go/src/github.com/prometheus/prometheus COPY . . # NOTE(spasquie): the 'build' target regenerates the ReactJS code and the Go @@ -13,8 +13,8 @@ FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base LABEL io.k8s.display-name="OpenShift Prometheus" \ io.k8s.description="The Prometheus monitoring system and time series database." \ io.openshift.tags="prometheus,monitoring" \ - maintainer="OpenShift Development " \ - version="v2.14.0" + summary="The Prometheus monitoring system and time series database." \ + maintainer="OpenShift Monitoring Team " ARG FROM_DIRECTORY=/go/src/github.com/prometheus/prometheus COPY --from=builder ${FROM_DIRECTORY}/prometheus /bin/prometheus