aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorSteve Durrheimer <s.durrheimer@gmail.com>2017-02-25 14:53:39 +0100
committerSteve Durrheimer <s.durrheimer@gmail.com>2017-02-25 15:26:43 +0100
commite8d724c5474587d18c00ce7f80a84937c2ca5052 (patch)
tree6d9c2261a498f1f520979eeb45c0e6fe851fe273 /Dockerfile
parent12ed1af882bcf8bc461dae6bbfafff5c9b056231 (diff)
downloadprometheus_node_collector-e8d724c5474587d18c00ce7f80a84937c2ca5052.tar.bz2
prometheus_node_collector-e8d724c5474587d18c00ce7f80a84937c2ca5052.tar.xz
prometheus_node_collector-e8d724c5474587d18c00ce7f80a84937c2ca5052.zip
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
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 13db2b1..e6ce19e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
1FROM quay.io/prometheus/busybox:latest 1FROM quay.io/prometheus/busybox:glibc
2MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com> 2MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
3 3
4COPY node_exporter /bin/node_exporter 4COPY node_exporter /bin/node_exporter