Closed 0x46616c6b closed 7 years ago
I wanted to migrate this to https://github.com/prometheus/busybox - D you want to give it a shot with that base image?
Sorry for the long delay. Is there any existing Exporter using busybox image?
@0x46616c6b Yes, all official exporters are using it. eg: https://github.com/prometheus/node_exporter/blob/master/Dockerfile#L1
And how can I reproduce the Docker build locally?
@0x46616c6b The images are public, you can just use it and docker build will fetch the busybox base image. You can of course also build it yourself: https://github.com/prometheus/busybox
With this approach i could reduce the image size from 21.04 MB to 14.87 MB. Also a newer Golang Version is used.