aspnet / aspnet-docker

[Archived] ASP.NET Core Docker images for 1.x. Go to https://github.com/dotnet/dotnet-docker for 2.1 and up.
https://asp.net
719 stars 171 forks source link

Unable to build .net core docker project - authentication issue #427

Closed anthonyhumphreys closed 6 years ago

anthonyhumphreys commented 6 years ago

Hello, Using latest docker for mac, I am unable to build a project using the aspnetcore-build:2.0 image.

I get the following error:

Service <service_name> failed to build: Get https://registry-1.docker.io/v2/microsoft/aspnetcore-build/manifests/2.0: unauthorized: incorrect username or password

Never had any issues with this before! Any ideas?

Thanks!

anthonyhumphreys commented 6 years ago

Never mind - oddly if I sign out of my docker hub account on my machine, it works....I'll raise this with Docker, clearly an issue with the Mac Community Edition.