SlimToolkit (prev. DockerSlim)- minimize container image size

Homepage
GitHub Page

SlimToolkit (previously DockerSlim) is great for trimming images down. It can make your container up to 30 times smaller, as well as more secure.

Minimizing a Docker container helps increase its download speed. It also makes the application start up faster, utilize less memory, and scale faster. Smaller images can be uploaded to the cloud easily and are easier to maintain.

SlimToolkit provides a set of commands (build, xray, lint and others) to simplify and optimize your developer experience with containers. It makes your containers betters, smaller and more secure by generating Seccomp and AppArmor security profiles for your image whenever you run build on it.

SlimToolkit has been used with Node.js, Python, Ruby, Java, Golang, Rust, Elixir and PHP (some app types) running on Ubuntu, Debian, CentOS, Alpine and even Distroless.