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
The current sequence of events is something like this:
Public PR to dotnet-docker main branch is merged.
dotnet-docker-release-promotion pipeline is queued.
When the release-promotion pipeline finishes, it publishes a new image-info.json file to the dotnet/versions repo.
The Dockerfile commit URLs in this file point to the git commit sha of the internal branch where the images were built from.
Instead, before we publish the image info file, we should replace the references to that internal commit with a reference to the latest commit of the dotnet-docker main branch.