Skip to content

Unable to pull images from MCR using skaffold #192

Description

@lucytesco

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions