V3ckt0r / fluentd_exporter

Prometheus exporter for Fluentd
Apache License 2.0
73 stars 13 forks source link

Use alpine as base image for docker #6

Closed ghost closed 6 years ago

ghost commented 6 years ago

Current golang:1.8 image is huge for a simple exporter application, using alpine based image will reduce size from 276 MB to 83 MB. I'm not much familiar with golang compatibility across different version and distributions so I don't change it myself.

V3ckt0r commented 6 years ago

Hey @k1-hedayati,

I've updated the base image to use golang:1.10.1-alpine, this has brought the image size down. See here.

Cheers.

ghost commented 6 years ago

Thank you @V3ckt0r, feel free to close this issue when ever you wish