dotnet / dotnet-docker

Docker images for .NET and the .NET Tools.
https://hub.docker.com/_/microsoft-dotnet
MIT License
4.39k stars 1.91k forks source link

Image caching support for internal builds #4139

Open mthalman opened 1 year ago

mthalman commented 1 year ago

In order to prevent building of unnecessary images, wasting compute and storage resources, the pipeline for internal .NET builds should support image caching. This requires being able to pull from the internal ACR where the "cached" images are stored.

mthalman commented 1 year ago

Remaining work on this: