-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
We need to determine if and how we should adjust the set of container images we provide to meet the needs of Native AOT scenarios. It looks like the set of package dependencies that are needed for those scenarios is different from standard deployments.
For example, there is work to remove a dependency on libstdc++
: dotnet/runtime#76655. That likely has no impact on the current full versions of Debian, Ubuntu, and Mariner since that package is installed by default. But it would impact Alpine, distroless Mariner, and chiseled Ubuntu since it's explicitly being added in those images.
We should avoid the inclusion of any unnecessary packages in our images. It leads to a larger image size and increased exposure to vulnerabilities.
eerhardt and MichaelSimons
Metadata
Metadata
Assignees
Type
Projects
Status
Done