Skip to content

Commit

Permalink
Merge pull request #221 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.14-prometheus-config-reloader

OCPBUGS-10109: Updating openshift-state-metrics images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Mar 27, 2023
2 parents e13dd55 + 529faaa commit df18ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.config-reloader.ocp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Dockerfile used by OSBS and by prow CI.
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.14 AS builder
WORKDIR /go/src/github.com/coreos/prometheus-operator
COPY . .
ENV GO111MODULE=on
ENV GOFLAGS="-mod=vendor"
RUN OS=$(go env GOOS) ARCH=$(go env GOARCH) make prometheus-config-reloader-no-deps

FROM registry.ci.openshift.org/ocp/4.13:base
FROM registry.ci.openshift.org/ocp/4.14:base
LABEL io.k8s.display-name="Prometheus config reloader" \
io.k8s.description="This component reloads a Prometheus server in a controlled and configurable way." \
io.openshift.tags="prometheus" \
Expand Down

0 comments on commit df18ada

Please sign in to comment.