walle / gimli

Utility for converting markup files to pdf files
https://github.com/walle/gimli
MIT License
538 stars 44 forks source link

Add an Alpine-based Docker image #87

Closed michaelbaudino closed 7 years ago

michaelbaudino commented 7 years ago

Yep, that's it, a Docker image, based on Alpine.

Here is the comparison of the final images size:

→ docker image ls | sed '1p;/gimli/!d'
REPOSITORY                TAG                 IMAGE ID            CREATED             SIZE
walle/gimli               latest              99a9a52b4391        7 weeks ago         1.01GB
walle/gimli               alpine              0b65875e55db        5 hours ago         152MB

Huge size improvement, perfect for simple CLI distribution 🚀

walle commented 7 years ago

Great addition! Thank you!

michaelbaudino commented 7 years ago

You're very welcome 🎩 It probably also requires to configure Docker Hub/Cloud to build this image automatically based on the Dockerfile-alpine file and to tag is as alpine