Better handle container publishing when there's no network connectivity #589
Labels
Area: Incrementality
Changes to the incrementality/re-build of containers
Area: Registries
Tasks/Issues around communicating with asset registries
Currently
dotnet publish /t:PublishContainer
will fail if you have no network connectivity.If you cannot connect to the remote registry (e.g.
mcr.microsoft.com
,MYORG.azurecr.io
), the publish process should fall back to the local registry to get the base image. (Perhaps emitting a warning to say that it may not be using the latest container version)Repro Steps
dotnet publish /t:PublishContainer
Expected Results:
The SDK build should fall back to any locally cached version of the base image in your local registry
Actual Results:
The text was updated successfully, but these errors were encountered: