Skip to content

Missing Docker Images (version 2.2) #992

Answered by mthalman
aberchtold asked this question in Q&A
Discussion options

You must be logged in to vote

This repo is specific to .NET Framework. Since you're asking about .NET Core, it's more relevant in the https://github.com/dotnet/dotnet-docker repo. However, I can still answer this here.

Back when .NET Core 2.1 and 2.2 were released the Docker repository names being used were dotnet/core/sdk and dotnet/core/aspnet. As part of the release of .NET 5, there was a migration to different repository names: dotnet/sdk and dotnet/aspnet. That migration occurred after .NET Core 2.2 was EOL, so 2.2 tags were not included in that migration. But 2.1 was still in support so those tags were included in both locations to avoid a breaking change.

So the short answer is that you can find 2.2 tags at mcr…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aberchtold
Comment options

Answer selected by aberchtold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants