Docker doesn’t even need a whole OS overlay if your project doesn’t call for it. It’s pretty easy to take a Go app for example and just include it in a scratch container.
Good catch! With statically linked binaries you can ship them in a FROM scratch image.
Good catch! With statically linked binaries you can ship them in a FROM scratch image.