You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt to pull a multi-arch 1809 image (where each of the sub-images is a blocked, up-level image)
Try to make sense of the error message. :)
>docker pull mcr.microsoft.com/windows/nanoserver:1809
1809: Pulling from windows/nanoserver
no matching manifest for unknown in the manifest list entries
Ideally, in this case we'd display something like the excellent message you see if you try to pull one of the architecture-specific sub-images:
>docker pull mcr.microsoft.com/windows/nanoserver:1809_amd64
1809_amd64: Pulling from windows/nanoserver
a Windows version 10.0.17763-based image is incompatible with a 10.0.17134 host
>docker version
Client:
Version: master-dockerproject-2018-11-13
API version: 1.40
Go version: go1.11.1
Git commit: 3a6f8b67
Built: Tue Nov 13 23:50:52 2018
OS/Arch: windows/amd64
Experimental: false
Server:
Engine:
Version: master-dockerproject-2018-11-13
API version: 1.40 (minimum version 1.24)
Go version: go1.11.2
Git commit: 7582557
Built: Tue Nov 13 23:59:46 2018
OS/Arch: windows/amd64
Experimental: false
>ver
Microsoft Windows [Version 10.0.17134.1]
Repro steps:
Ideally, in this case we'd display something like the excellent message you see if you try to pull one of the architecture-specific sub-images: