-
This is what the folks at Chainguard are solving with their Wolfi OS: https://github.com/wolfi-dev/os and tools like melange: https://github.com/chainguard-dev/melange
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Submitters: please don't editorialize titles - This is in the site guidelines: https://news.ycombinator.com/newsguidelines.html.
If you want to say what you think is important about an article, that's fine, but do it by adding a comment to the thread. Then your view will be on a level playing field with everyone else's: https://hn.algolia.com/?dateRange=all&page=0&prefix=false&so...
(Submitted title was "Fat OCI images are a cultural problem")
-
3. Use `python3-debian11` as the final base image, copy installed file from build env.
Obviously there are other ways to achieve the same goal, but distroless being Debian based makes it easy to rule out any compatibility issues, if you also use Debian as your build env.
For a concrete example here's how I package beancount + fava: https://github.com/yegle/fava-docker
-