mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
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>
|
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
|
||||||
|
|
||||||
COPY node_exporter /bin/node_exporter
|
COPY node_exporter /bin/node_exporter
|
||||||
|
|
Loading…
Reference in a new issue