mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-02-02 08:42:31 -08:00
Merge pull request #472 from prometheus/fix-docker-image-dynamic-linked-binary
Make the docker image work until we fix linux/amd64 static build.
This commit is contained in:
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>
|
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