distroless
https://github.com/GoogleContainerTools/distroless?tab=readme-ov-file
If you are looking for small container images, the distroless approach reduces the size of the base layer. The idea behind distroless is the usage of a single and minimal base image containing all the requirements, and sometimes even the application itself.