distroless | - Language focused docker images, minus the operating system
- "Distroless" images contain only your application and its runtime dependencies
- They do not contain package managers, shells or any other programs
|
Bottlerocket | - Linux-based open source operating system designed and optimized specifically for use as a container host
|
img | - Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder
|
jib | - Build container images for your Java applications
|
makisu | - Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes
|
docker-slim | - Minifies container images by analysing what is actually used at runtime, and throwing away the rest
- Not a replacement for scratch builds entirely, but a useful stepping-stone towards them
|
copilot-cli | - Tool to build, release and operate production ready containerized applications on Amazon ECS and AWS Fargate
|
EC2 Image Builder | - Build a golden Windows OS image that follows the STIGs compliance guidelines
|