prometheus-junkyard / mesos_exporter

Prometheus exporter for Mesos, deprecated.
Apache License 2.0
42 stars 22 forks source link

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

Closed sdurrheimer closed 9 years ago

sdurrheimer commented 9 years ago

Following the docker related PR series.

New Dockerfile using the alpine-golang-make-onbuild base image whose goal is to unified the way to dockerize prometheus tools and exporters based on Golang.

The binary is build using make. (Golang is installed via make too, respecting the GO_VERSION).

A testable image is available under my name on Docker hub : Link

As always, the alpine-golang-make-onbuild image can be also move under Prometheus organization.

@juliusv @discordianfish