Make node_exporter statically buildable for linux/amd64

This commit is contained in:
Steve Durrheimer 2016-04-30 19:14:29 +02:00
commit 3176a9102c
No known key found for this signature in database
GPG key ID: 8F443EBA70F74839
3 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
FROM quay.io/prometheus/busybox:glibc
FROM quay.io/prometheus/busybox:latest
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
COPY node_exporter /bin/node_exporter