You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like Microsoft has restructured their docker hub images of dotnet.
from CI
Build-agent version 1.0.11354-0d3b5199 (2019-05-16T02:00:37+0000)
Docker Engine Version: 18.09.1
Kernel Version: Linux 8c8a2725d557 4.15.0-1035-aws #37-Ubuntu SMP Mon Mar 18 16:15:14 UTC 2019 x86_64 Linux
Starting container microsoft/aspnetcore-build:2.2-stretch
image cache not found on this host, downloading microsoft/aspnetcore-build:2.2-stretch
Error response from daemon: manifest for microsoft/aspnetcore-build:2.2-stretch not found
from microsoft/aspnetcore-build: Latest images for 2.1 and newer are now available on dotnet/core. See this link for more details about migrating to 2.1.
i think the equivalent would be : microsoft/aspnetcore-build:2.2 -> mcr.microsoft.com/dotnet/core/sdk:2.2
and microsoft/aspnetcore:2.0-stretch -> mcr.microsoft.com/dotnet/core/aspnet:2.2
Looks like Microsoft has restructured their docker hub images of dotnet.
from CI
from microsoft/aspnetcore-build: Latest images for 2.1 and newer are now available on dotnet/core. See this link for more details about migrating to 2.1.
i think the equivalent would be :
microsoft/aspnetcore-build:2.2->mcr.microsoft.com/dotnet/core/sdk:2.2and
microsoft/aspnetcore:2.0-stretch->mcr.microsoft.com/dotnet/core/aspnet:2.2Where this would need changing: