Minimal Scala Container Images Using Nix
blog.aiono.dev
Minimal Scala Container Images Using Nix
1–3 of 3 posts
Re: Minimal Scala Container Images Using Nix
#2I 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
Re: Minimal Scala Container Images Using Nix
#3I 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?