Skip to content

Commit 9954cc4

Browse files
Merge pull request #41 from openshift-bot/art-consistency-openshift-4.7-golang-github-prometheus-alertmanager
Updating golang-github-prometheus-alertmanager builder & base images to be consistent with ART
2 parents dd20bcc + 7cec2c9 commit 9954cc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.ocp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# FROM directives are overriden by CI system (both Prow CI and OSBS)
2-
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
2+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
33
WORKDIR /go/src/github.com/prometheus/alertmanager
44
COPY . .
55
RUN if yum install -y prometheus-promu; then export BUILD_PROMU=false; fi && make build
66

7-
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7
7+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7
88
LABEL io.k8s.display-name="OpenShift Prometheus Alert Manager" \
99
io.k8s.description="Prometheus Alert Manager" \
1010
io.openshift.tags="prometheus,monitoring" \

0 commit comments

Comments
 (0)