Skip to content

Commit

Permalink
Merge pull request #332 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.8-prom-label-proxy

Updating prom-label-proxy builder & base images to be consistent with ART
  • Loading branch information
jupierce committed Mar 15, 2021
2 parents 88d4df5 + e22df29 commit 569b3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ocp
@@ -1,11 +1,11 @@
# FROM directives are overriden by CI system (both Prow CI and OSBS)
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.8 AS builder

WORKDIR /go/src/github.com/openshift/prom-label-proxy
COPY . .
RUN if yum install -y prometheus-promu; then export BUILD_PROMU=false; fi && make 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.8
COPY --from=builder /go/src/github.com/openshift/prom-label-proxy/prom-label-proxy /usr/bin/prom-label-proxy

LABEL io.k8s.display-name="" \
Expand Down

0 comments on commit 569b3fe

Please sign in to comment.