Skip to content

Confusion about tags #965

Answered by mthalman
Antonytm asked this question in Q&A
Jul 3, 2022 · 4 comments · 1 reply
Discussion options

You must be logged in to vote

The 4.8 is a manifest list (multi-platform) tag. Docker will automatically resolve that tag to an actual image based on rules governed by the metadata of the manifest list. For Windows, those rules make use of the Windows version. It will attempt to find an image that matches the Windows version of the host.

If we take a look at manifest list, we can see what we're dealing with:

C:\> docker manifest inspect mcr.microsoft.com/dotnet/framework/sdk:4.8
{
   "schemaVersion": 2,
   "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
   "manifests": [
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 3206,
         "dige…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Antonytm
Comment options

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

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