Skip to content

Commit

Permalink
fixed prometheus-builder:master causing npm install freeze on promben…
Browse files Browse the repository at this point in the history
…ch runs

This custom image is locally build from prometheus/golang-builder#296
that we agree to pause until Prometheus release. However, Prometheus release
needs working prombench. This is a tmp solution until we have an official image.

Mitigates #832

Signed-off-by: bwplotka <bwplotka@gmail.com>
  • Loading branch information
bwplotka committed Feb 7, 2025
1 parent 4ff03e0 commit b0c4fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/prometheus-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/prometheus/golang-builder:1.23-main
FROM quay.io/bwplotka/prom-golang-builder:1.23.6-base

RUN mkdir -p /go/src/github.com

Expand Down

0 comments on commit b0c4fde

Please sign in to comment.