Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
By using Alpine instead of Ubuntu, the resulting image is around 110 MB smaller: $ docker images REPOSITORY TAG CREATED SIZE unms-exporter alpine 3 seconds ago 20MB unms-exporter ubuntu 5 minutes ago 132MB We could save 5 MB more by using `FROM scratch` instead of Alpine, but then handling of timezone and CA certificate files becomes a hassle.