Browse Source

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
pull/472/head
Steve Durrheimer 8 years ago
parent
commit
e8d724c547
No known key found for this signature in database
GPG Key ID: 5435BD02508176B7
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save