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
181 stars 39 forks source link

Enable referencing images in a local daemon as a base image #583

Open baronfel opened 3 months ago

baronfel commented 3 months ago

It's very common for users to need containers that we don't provide out of the box, for example to include other native dependencies.

Today, users have to create an image, push it to a registry, and pull it from that registry to use these base images with our tooling.

We should enable creating local images in a daemon and referencing those from container publish.