Skip to content

Commit

Permalink
Merge pull request #28 from paulfantom/base_image
Browse files Browse the repository at this point in the history
add comment about FROM directives
  • Loading branch information
openshift-merge-robot committed Sep 6, 2019
2 parents 8dd2013 + 66ca42c commit 6858fa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.ocp
@@ -1,4 +1,5 @@
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.11 AS builder
# FROM directives are overriden by CI system (both Prow CI and OSBS)
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.12 AS builder
WORKDIR /go/src/github.com/prometheus/alertmanager
COPY . .
RUN if yum install -y prometheus-promu; then export BUILD_PROMU=false; fi && make build
Expand Down

0 comments on commit 6858fa0

Please sign in to comment.