Rust and Docker

Alpine Linux is too huge. Why do you bundle entire linux distribution if all you need is the single statically linked binary? Google's distroless repository can be a good starting point, not just for Rust but for other languages.

2 Likes