Fix docker image by using glibc variation of quay.io/prometheus/busybox
This make the docker image work until we find how to rebuild node_exporter statically for linux/amd64
This commit is contained in:
parent
12ed1af882
commit
e8d724c547
|
@ -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