Skip to content

Commit

Permalink
Merge pull request #39 from jupierce/art-consistency-openshift-4.7-th…
Browse files Browse the repository at this point in the history
…anos

Updating thanos builder & base images to be consistent with ART
  • Loading branch information
openshift-merge-robot authored Oct 14, 2020
2 parents ad2ea39 + 1bfc8b4 commit 53fd788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ocp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
WORKDIR /go/src/github.com/improbable-eng/thanos
COPY . .
ENV GOFLAGS="-mod=vendor"
Expand All @@ -11,7 +11,7 @@ RUN if ! yum install -y prometheus-promu; then \
curl -s -L https://github.com/prometheus/promu/releases/download/v0.5.0/promu-0.5.0.linux-amd64.tar.gz | tar -xzvf - -C /usr/bin --strip-components 1 promu-0.5.0.linux-amd64/promu; \
fi; \
promu build;
FROM registry.svc.ci.openshift.org/ocp/4.6:base
FROM registry.svc.ci.openshift.org/ocp/4.7:base
LABEL io.k8s.display-name="OpenShift Thanos" \
io.k8s.description="Highly available Prometheus setup with long term storage capabilities." \
io.openshift.tags="prometheus,monitoring" \
Expand Down

0 comments on commit 53fd788

Please sign in to comment.