Whenever I pull this image I get the error "no matching manifest for windows/amd64 10.0.17134 in the manifest list entries". I've uninstalled/reinstalled Docker and get the same results. I'm not sure what I am missing.
Here's the terminal output:
> docker image pull mcr.microsoft.com/windows/servercore:ltsc2019
ltsc2019: Pulling from windows/servercore
no matching manifest for windows/amd64 10.0.17134 in the manifest list entries
> docker info -f '{{.OSType}}/{{.Architecture}}'
'windows/x86_64'
My environment:
- Windows 10
- the latest Docker edge version
- Docker experimental features are turned on
- switched to Windows Containers