You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keeps track of last built base image digest + Dockerfile commit hash. If neither has changed, the next rolling build can skip building that particular image.
Initial stab at this was dotnet/versions#782, but we should wait until dotnet/dotnet-docker#3088 gets merged and we can uptake it. It lets us specify the image info file paths more directly. (With our unusual microsoft/main/microsoft/nightly branch names rather than just main, the paths were awkward.)
.NET Docker publishes image info in dotnet/versions:
https://github.com/dotnet/versions/blob/main/build-info/docker/image-info.dotnet-dotnet-docker-nightly.json
This serves multiple purposes:
The odd thing is dotnet/versions being a dotnet repo. But we can put it in dotnet/versions to start with, and move it later.
The text was updated successfully, but these errors were encountered: