Hacker News new | ask | show | jobs
Minimal Scala Container Images Using Nix (blog.aiono.dev)
1 points by kugurerdem 327 days ago
1 comments

I found the best sizes can be achieved by generating a binary...once u have that there's the choice of having a minimal docker image or a minimal runtime memory
Do you mean native compilation instead of bundling the jar with a JRE?