microsoft / containerregistry

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

Cant pull Microsoft runtime images : 503 Service Unavailable #157

Closed ksrivastav closed 4 months ago

ksrivastav commented 7 months ago

I am trying to pull Microsoft runtime images and receiving 503 Service Unavailable. Commands on which error is received

  1. docker pull mcr.microsoft.com/dotnet/aspnet:8.0
  2. docker pull mcr.microsoft.com/dotnet/sdk:8.0

Error Received Error response from daemon: received unexpected HTTP status: 503 Service Unavailable

oriser commented 7 months ago

Same here for mcr.microsoft.com/playwright/python:v1.40.0-jammy

ggiesen commented 7 months ago

Same here for mcr.microsoft.com/powershell:latest

kyleli666 commented 7 months ago

Same in China. For dotnet, we temporarily change "mcr.microsoft.com/dotnet" to "registry.cn-hangzhou.aliyuncs.com/newbe36524"... It was working early this morning around 10AM(UTC+8), then it replies with 401 Unauthorized, and finally 503 Unavailable.

moo-the-cow commented 7 months ago

confirmed from EU

emrys90 commented 7 months ago

Same here for mcr.microsoft.com/dotnet/sdk:8.0

oriser commented 7 months ago

Looks like it resolved

Ganesh1991 commented 4 months ago

Still facing issue for mcr.microsoft.com/dotnet/sdk:8.0

AndreHamilton-MSFT commented 4 months ago

@Ganesh1991 can you share what region you are in. Is this still ongoing? We are currently investigating some issues impacting azure jio india west and working on mitigation

AndreHamilton-MSFT commented 4 months ago

@ksrivastav and for other users. The outage in January is linked to this specific azure incident https://azure.status.microsoft/status/history/?trackingId=NKRF-1TG

theofred commented 4 months ago

Had problems creating a devcontainer based on mcr.microsoft.com/devcontainers/dotnet:1-6.0 from Germany right now.

Used VPN to connect to New York and it worked just fine.

AndreHamilton-MSFT commented 4 months ago

@theofred do you mind creating a new issue, so i can close this specific issue. In the issue can you describe specifically how your requests are failing(timeouts, 503 etc).

AndreHamilton-MSFT commented 4 months ago

@ksrivastav closing since ive linked the appropriate outage.