mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
New Dockerfile using alpine-golang-make-onbuild base image
This commit is contained in:
parent
ab7826fb39
commit
ab1541e648
|
@ -1,5 +1,4 @@
|
||||||
FROM golang:onbuild
|
FROM sdurrheimer/alpine-golang-make-onbuild
|
||||||
MAINTAINER Prometheus Team <prometheus-developers@googlegroups.com>
|
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
|
||||||
|
|
||||||
ENTRYPOINT [ "go-wrapper", "run" ]
|
EXPOSE 9100
|
||||||
EXPOSE 9100
|
|
||||||
|
|
Loading…
Reference in a new issue