Closed mthalman closed 4 months ago
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.
The
publishManifest
command ran into the same issue as thebuild
command. See example build (internal link). In this case, there were numerous errors while pushing the manifests which resulted in a lot of retries. Those retries eventually succeeded but the overall effect was that the command took a long time to run. At the end of the command, it attempts to query the registry to get the digests and the token had expired due to the length of time.The fix is to follow the same pattern that was done to fix the
build
command with https://github.com/dotnet/docker-tools/pull/1352.