dotnet / sdk-container-builds

Libraries and build tooling to create container images from .NET projects using MSBuild

Home Page:https://learn.microsoft.com/en-us/dotnet/core/docker/publish-as-container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document `ContainerFamily`

baronfel opened this issue · comments

This property allows for easily selecting a 'family' of images (like jammy, jammy-chiseled, etc) without ejecting out of base image inference entirely. Document use cases, syntax, and any inference (currently none), as well as the impact on overall base image inference after dotnet/sdk#33163 merges.