dotnet / sdk-container-builds

Libraries and build tooling to create container images from .NET projects using MSBuild
https://learn.microsoft.com/en-us/dotnet/core/docker/publish-as-container
MIT License
175 stars 30 forks source link

Provide a warning when a base image is unsupported #569

Open baronfel opened 1 month ago

baronfel commented 1 month ago

Containers may support an OCI Annotation that is used to declare their support status. For example, soon Microsoft-produced images will support the vnd.microsoft.artifact.lifecycle.end-of-life.date annotation. The SDK Container tools should support warning a user when the base image used are building on is out of support. The behavior/annotation used should:

References: