File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Dockerfile used by OSBS and by prow CI.
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
33WORKDIR /go/src/github.com/coreos/prometheus-operator
44COPY . .
55ENV GO111MODULE=on
66ENV GOFLAGS="-mod=vendor"
77RUN OS=$(go env GOOS) ARCH=$(go env GOARCH) make prometheus-config-reloader-no-deps
88
9- FROM registry.svc. ci.openshift.org/ocp/4.7:base
9+ FROM registry.ci.openshift.org/ocp/4.7:base
1010LABEL io.k8s.display-name="Prometheus config reloader" \
1111 io.k8s.description="This component reloads a Prometheus server in a controlled and configurable way." \
1212 io.openshift.tags="prometheus" \
You can’t perform that action at this time.
0 commit comments