Skip to content

Commit 1f0fd51

Browse files
Merge pull request #106 from openshift-bot/art-consistency-openshift-4.7-prometheus-config-reloader
Updating prometheus-config-reloader builder & base images to be consistent with ART
2 parents 7315ede + 62094d7 commit 1f0fd51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.config-reloader.ocp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
33
WORKDIR /go/src/github.com/coreos/prometheus-operator
44
COPY . .
55
ENV GO111MODULE=on
66
ENV GOFLAGS="-mod=vendor"
77
RUN 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
1010
LABEL 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" \

0 commit comments

Comments
 (0)