dotnet/sdk-container-builds

Enable inferencing for the new runtime `extra` images

richlander opened this issue · 1 comments

dotnet/dotnet-docker#5092

These should be used with globalization invariant mode is disabled and container family = "jammy-chiseled"

Summary of the logic changes:

* we'll still default apps to full-size debian-based images
* if a user opts into jammy-chiseled via ContainerFamily AND the user is using globalization (as seen by the MSBuild property), we will amend their jammy-chiseled to jammy-chiseled-extra from the nightly repository so that their apps will actually support globalization.

This is wrong, more details to come.