We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd20bcc + 7cec2c9 commit 9954cc4Copy full SHA for 9954cc4
1 file changed
Dockerfile.ocp
@@ -1,10 +1,10 @@
1
# 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
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
3
WORKDIR /go/src/github.com/prometheus/alertmanager
4
COPY . .
5
RUN if yum install -y prometheus-promu; then export BUILD_PROMU=false; fi && make build
6
7
-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
8
LABEL io.k8s.display-name="OpenShift Prometheus Alert Manager" \
9
io.k8s.description="Prometheus Alert Manager" \
10
io.openshift.tags="prometheus,monitoring" \
0 commit comments