-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error response from daemon: Get "https://mcr.microsoft.com/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers) #139
Comments
I'm getting random similar errors in the pipelines, however, every time I try to run on my machine works fine... there are other incidents open on other repos complaining about the same... |
Similar issues when running docker pull, I've had different error messages: Get "https://mcr.microsoft.com/v2/": dial tcp 204.79.197.219:443: i/o timeout Get "https://mcr.microsoft.com/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) |
Our team is seeing similar issue when running
It started on 6/19 and has been getting worse. Below is the output of
|
Same here. We are building docker images using Azure Container Registry Agent Pool:
|
I have the same problem with the exact same server with ip 204.79.197.219 while pulling mcr.microsoft.com/dotnet/aspnet:3.1 and some parts of mcr.microsoft.com/dotnet/aspnet:6.0. But from my home PC there is no problem with pulling those images. |
[root@localhost ~]# docker pull images.houchangzao.com/****:***** |
This has been happening frequently while leveraging Azure Container Registry's "Task Build" functionality. My registry is on Azure North Central US but it's been reproduced on others as well. After a multi-month support ticket with the Containers team, the issue seemed to have subsided and now it's back worse than ever. |
@jmcdade11 could you paste the error message you received when this occurred. Specifically we are trying to understand
|
I triggered a fresh one this morning: ##[debug]Agent running environment resource - Disk: available:470071.00MB out of 507934.00MB, Memory: used 32MB out of 1536MB, CPU: usage 8.76 Step 1/22 : FROM mcr.microsoft.com/dotnet/aspnet:7.0-bullseye-slim AS base ##[debug]Agent running environment resource - Disk: available:470071.00MB out of 507934.00MB, Memory: used 32MB out of 1536MB, CPU: usage 8.20 I've also seen context deadline exceeded: Step 4/19 : FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build |
@jmcdade11 thanks for providing the details. One more question, is the time in utc or a different timezone? |
@AndreHamilton-MSFT It would be UTC. |
Encountering this error randomly in our CI/CD pipeline. In the failing step we build the application and push docker image to ACR.
|
I am also getting a very similar error intermittently on CI/CD. The docker build will randomly fail with:
Usually re-running the failed job will get it to succeed but it's 50/50 if it works on the first try. |
@ckchessmaster has this improved recently? |
Getting similar issues too "https://abcdefg.azurecr.io/v2/": context deadline exceeded |
I am trying to pull mcr.microsoft.com/dotnet/framework/sdk:4.8.1 image using docker on my terminal.
Output: "Error response from daemon: Get "https://mcr.microsoft.com/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"
The text was updated successfully, but these errors were encountered: