Skip to content

Commit

Permalink
Merge pull request #70 from openshift-bot/art-consistency-openshift-4…
Browse files Browse the repository at this point in the history
….7-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 14, 2021
2 parents 8fd1c63 + 10d4719 commit cb5e53c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ocp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 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.7
FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7
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 cb5e53c

Please sign in to comment.