New Dockerfile using alpine-golang-make-onbuild base image

This commit is contained in:
Steve Durrheimer 2015-06-07 14:36:16 +02:00
parent ab7826fb39
commit ab1541e648
1 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,4 @@
FROM golang:onbuild
MAINTAINER Prometheus Team <prometheus-developers@googlegroups.com>
FROM sdurrheimer/alpine-golang-make-onbuild
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
ENTRYPOINT [ "go-wrapper", "run" ]
EXPOSE 9100