Minimal Scala Container Images Using Nix
1 kugurerdem 2 7/28/2025, 10:46:13 AM blog.aiono.dev ↗
Comments (2)
pestatije · 4h ago
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
aiono · 2h ago
Do you mean native compilation instead of bundling the jar with a JRE?