Fearless Distroless
With the rise of Docker came a new focus for engineers: optimizing the build to reach the smallest image size possible.
A couple of options are available.
Multi-stage builds: A Dockerfile can consist of multiple steps, each having a different Docker...
frankel.hashnode.dev7 min read