Home > Net >  Docker image not available for ASP.NET Core 2.2
Docker image not available for ASP.NET Core 2.2

Time:12-07

I am working on a project which is based on ASP.NET Core 2.2.8, and I am planning to use docker for this project. The issue is I am getting this error when running the docker file

mcr.microsoft.com/dotnet/aspnet:2.2: not found

I have read some posts that .NET Core 2.2 is out of support and the images are removed. And the option is to upgrade the project. In my case I cannot upgrade the project from .NET Core 2.2. The reason is we are trying to use the Huawei cloud service stage, for that the supported .Net core versions are 2.0.9 and later, and versions earlier than 3.0

enter image description here

  • Related