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 Is there a way to add docker for my project?