ThomasKluiters / fetchy

Minuscule images made trivial
MIT License
112 stars 8 forks source link

Consider using docker-image-size-limit #84

Open sobolevn opened 4 years ago

sobolevn commented 4 years ago

I see that this project is focused on minimising docker image sizes. docker-image-size-limit might help in this case. It is a CLI tool to fail your build when image is too large.

Usage:

$ disl your-image-name:label 300MiB
your-image-name:label exceeds 300MiB limit by 114.4 MiB

Link: https://github.com/wemake-services/docker-image-size-limit

Any feedback is welcome.