Merge pull request #472 from prometheus/fix-docker-image-dynamic-linked-binary

Make the docker image work until we fix linux/amd64 static build.
pull/477/head
Ben Kochie 2017-02-25 15:47:14 +01:00 committed by GitHub
commit 5289ffb270
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> MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
COPY node_exporter /bin/node_exporter COPY node_exporter /bin/node_exporter