QubitProducts / exporter_exporter

A reverse proxy designed for Prometheus exporters
Apache License 2.0
338 stars 55 forks source link

Update build image in Dockerfile #75

Closed joneug closed 3 years ago

joneug commented 3 years ago

This patch replaces the build image in the Dockerfile with the -alpine variant to fix issues with running the binary inside alpine as run image.

Without this change the exporter-exporter docker image is not usable. Running a container with it exits immediately with the following error message:

standard_init_linux.go:228: exec user process caused: no such file or directory
tcolgate commented 3 years ago

Thanks, I'll push a new docker image ASAP.