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
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