Replies: 5 comments 7 replies
-
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Beta Was this translation helpful? Give feedback.
-
Cannot repro. Try This is possibly a networking related error on your side. |
Beta Was this translation helpful? Give feedback.
-
That gives
and if I pull image again (with
|
Beta Was this translation helpful? Give feedback.
-
Strange. Try on a different machine or network? It isn't obvious to me that the problem is with the image. I cannot repro it. Did you try I meant: In any case, you clearly have the latest digest. |
Beta Was this translation helpful? Give feedback.
-
I also cannot repro with that Dockerfile. This is very likely a host configuration issue. I see that you're using GitHub Actions in your repo. I'm guessing that if you setup an action which built this Dockerfile, it'd work. For your host machine, this is commonly related to a proxy server. For example, see https://stackoverflow.com/questions/50347517/docker-unable-to-load-the-service-index-for-source-https-api-nuget-org-v3-inde. |
Beta Was this translation helpful? Give feedback.
-
Describe the Bug
I have run one of my dotnet project's build process with mcr.microsoft.com/dotnet/sdk:6.0-alpine-amd64 and at least four months ago it worked just fine. Today I tried it again, and I am getting following error
Steps to Reproduce
docker build .
Other Information
I also tried with mcr.microsoft.com/dotnet/sdk:6.0-alpine3.15-amd64 and got same error. I can download the file on host just fine with
wget https://api.nuget.org/v3/index.json
Output of
docker version
Output of
docker info
Beta Was this translation helpful? Give feedback.
All reactions