Process Flow - Distroless images concept
Start with base image
Remove OS shell and package manager
Include only app runtime and dependencies
Build minimal image
Deploy smaller, secure container
Run app with minimal attack surface
End
Distroless images start from a base, remove shells and package managers, keep only app runtime and dependencies, then build a minimal, secure container image.