Hacker News new | ask | show | jobs
by andix 41 days ago
Container images don't need an OS. You can always do "FROM scratch" and only copy what's needed to run the binary. If it's completely self contained one executable is enough.