New release process using docker, circleci and a centralized
building tool
This commit is contained in:
parent
7c97b784d6
commit
158200fd49
9 changed files with 158 additions and 26 deletions
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue