New release process using docker, circleci and a centralized

building tool
This commit is contained in:
Steve Durrheimer 2016-01-24 23:38:06 +01:00
commit 158200fd49
No known key found for this signature in database
GPG key ID: 5435BD02508176B7
9 changed files with 158 additions and 26 deletions

View file

@ -1,4 +1,7 @@
FROM sdurrheimer/alpine-golang-make-onbuild
FROM quay.io/prometheus/busybox:glibc
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
COPY node_exporter /bin/node_exporter
EXPOSE 9100
ENTRYPOINT [ "/bin/node_exporter" ]