Merge pull request #472 from prometheus/fix-docker-image-dynamic-linked-binary
Make the docker image work until we fix linux/amd64 static build.pull/477/head
commit
5289ffb270
|
@ -1,4 +1,4 @@
|
|||
FROM quay.io/prometheus/busybox:latest
|
||||
FROM quay.io/prometheus/busybox:glibc
|
||||
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
|
||||
|
||||
COPY node_exporter /bin/node_exporter
|
||||
|
|
Loading…
Reference in New Issue