Overview of Ubuntu Chiseled .NET images
mainUbuntu Chiseled images are distroless container images containing only the minimal set of packages required to run .NET applications. They are designed to reduce deployment size and attack surface by providing:
- A minimal set of required packages
- A non-root user by default
- No package manager
- No shell
Note that there are no chiseled SDK images available; you should use standard full Ubuntu SDK images to build your applications and then run them on Chiseled images.