There's an issue raised in the skaffold GH but wanted to raise it here too in case it was something on the MCR side that should be looked at.
The issue is running Skaffold builds on Dockerfiles which pull images from MCR, for example as follows:
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS restore
The build gets cancelled with very little explanation, just:
ERROR: failed to build: failed to solve: Canceled: context canceled
We tried pinning older versions of Skaffold to see if it was the cause, however we encounter the same issue when trying to pull images from MCR regardless of the skaffold version which leads us to think the issue is with MCR.
Pulling images from MCR using docker commands is fine, this only occurs when running the commands using the skaffold framework.
There's an issue raised in the skaffold GH but wanted to raise it here too in case it was something on the MCR side that should be looked at.
The issue is running Skaffold builds on Dockerfiles which pull images from MCR, for example as follows:
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS restoreThe build gets cancelled with very little explanation, just:
ERROR: failed to build: failed to solve: Canceled: context canceledWe tried pinning older versions of Skaffold to see if it was the cause, however we encounter the same issue when trying to pull images from MCR regardless of the skaffold version which leads us to think the issue is with MCR.
Pulling images from MCR using docker commands is fine, this only occurs when running the commands using the skaffold framework.