Skip to content

Commit

Permalink
Merge pull request #71 from openshift-bot/art-consistency-openshift-4…
Browse files Browse the repository at this point in the history
….6-golang-github-prometheus-prometheus

Updating golang-github-prometheus-prometheus builder & base images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Jan 15, 2021
2 parents 4823e7b + 219c805 commit f97d7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ocp
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder
WORKDIR /go/src/github.com/prometheus/prometheus
COPY . .
# NOTE(spasquie): the 'build' target regenerates the ReactJS code and the Go
Expand All @@ -9,7 +9,7 @@ COPY . .
# should be committed to the repository.
RUN if yum install -y prometheus-promu; then export BUILD_PROMU=false; fi && make common-build

FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.6
FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.6
LABEL io.k8s.display-name="OpenShift Prometheus" \
io.k8s.description="The Prometheus monitoring system and time series database." \
io.openshift.tags="prometheus,monitoring" \
Expand Down

0 comments on commit f97d7ec

Please sign in to comment.