-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Currently the resulting image with Debian Buster is around 640mb.
Some ideas to help trim the image size:
- try using alpine as base
- use an intermediate build container (with all the build deps) and copy artifacts to final container
- further cleanup (package lists, locales, try running cruft)