What is the difference between ASP.NET Core vs .NET Runtime images #3822
Replies: 2 comments
-
For the "Core" part of the ASP.NET Core name, see this doc
|
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
-
Hi,
Can someone explain to me the difference between these two docker images, and why I might grab one over the other. Particularly from .NET 5 era onwards.
https://hub.docker.com/_/microsoft-dotnet-runtime/
https://hub.docker.com/_/microsoft-dotnet-aspnet/
My guess is that the aspnet core runtime images contains the same as the dotnet runtime images with the addition of the additional asp net web related libraries? So if in doubt use the asp net runtimes?
What is making it a little confusing for me is that with advent of the .NET 5 runtimes the Core suffix was dropped so I wasn't expecting to find .NET 5 docker images under the asp net core runtimes page. Not saying it shouldn't be there just want a bit more context and distinction :)
Beta Was this translation helpful? Give feedback.
All reactions