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:
Steve Durrheimer 2017-02-25 14:53:39 +01:00
parent 12ed1af882
commit e8d724c547
No known key found for this signature in database
GPG Key ID: 5435BD02508176B7
1 changed files with 1 additions and 1 deletions

View File

@ -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