microsoft / containerregistry

Microsoft Artifact Registry description and related FAQ
397 stars 89 forks source link

Is mrc.microsoft.com down? #145

Open huandertironi opened 1 year ago

huandertironi commented 1 year ago

I've been trying to run dotnet/aspnet:7.0 images and I am getting the error bellow:

failed to solve: mcr.microsoft.com/dotnet/aspnet:7.0: failed to do request: Head "https://mcr.microsoft.com/v2/dotnet/aspnet/manifests/7.0": malformed MIME header: missing colon: "correctly after a period of time or connection failure".

Is anyone having the same issue here?

Thank you

huandertironi commented 1 year ago

Ok. That seemed to be temporary. Is working now.

DTTerastar commented 1 year ago

Broken again

Stanols commented 1 year ago

Seems like it's broken again

Dockerfile:9

7 |
8 | # Dockerfile for backend image 9 | >>> FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build 10 |
11 |

ERROR: failed to solve: mcr.microsoft.com/dotnet/sdk:6.0: failed to copy: httpReadSeeker: failed open: unexpected status code https://mcr.microsoft.com/v2/dotnet/sdk/blobs/sha256:c998ae9ecc920b5f674da908d8f10462f3b30209c06c12cccffdd637a1bd8e96: 503 Service Unavailable

Lesiuk commented 1 year ago

I cannot download anything from mcr.microsoft.com for past 3 days.

Error response from daemon: Get "https://mcr.microsoft.com/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
unseensenpai commented 11 months ago

Sometimes not working. Try to restart CI/CD stage again.

First Push CI/CD runner image

Rerun image

Works on second image

I think they are updating images for dotnet 8 features.

AndreHamilton-MSFT commented 4 months ago

@huandertironi confirming you are no longer experiencing issues