mirror of
https://github.com/prometheus/node_exporter
synced 2025-02-17 18:07:01 +00: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 New Issue
Block a user