From e8d724c5474587d18c00ce7f80a84937c2ca5052 Mon Sep 17 00:00:00 2001 From: Steve Durrheimer Date: Sat, 25 Feb 2017 14:53:39 +0100 Subject: [PATCH] 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 13db2b16..e6ce19e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/prometheus/busybox:latest +FROM quay.io/prometheus/busybox:glibc MAINTAINER The Prometheus Authors COPY node_exporter /bin/node_exporter