Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to download windows container images #447

Closed
chiragce17 opened this issue Nov 29, 2023 · 3 comments
Closed

Not able to download windows container images #447

chiragce17 opened this issue Nov 29, 2023 · 3 comments
Labels
question Further information is requested

Comments

@chiragce17
Copy link

Issue:

PS C:\practicelab\DokcerFiles> docker pull mcr.microsoft.com/windows/nanoserver
Using default tag: latest
Error response from daemon: manifest for mcr.microsoft.com/windows/nanoserver:latest not found: manifest unknown: manifest tagged by "latest" is not found

I have tried to apply multiple tags and for other windows images I get the same error message.

@chiragce17 chiragce17 added the question Further information is requested label Nov 29, 2023
@vrapolinario
Copy link
Contributor

Please note Windows container images don't have a latest option. You should input the specific tag you'd like to pull, for example: mcr.microsoft.com/windows/nanoserver:ltsc2022. You can find all available tags for Windows images here: https://mcr.microsoft.com/en-us/product/windows/server/about.

@chiragce17
Copy link
Author

Please note Windows container images don't have a latest option. You should input the specific tag you'd like to pull, for example: mcr.microsoft.com/windows/nanoserver:ltsc2022. You can find all available tags for Windows images here: https://mcr.microsoft.com/en-us/product/windows/server/about.

Thank you. But it seems none of the tags are suitable for Windows 10 client OS version.

@vrapolinario
Copy link
Contributor

You should be able to pull ltsc2019 on Windows 10. Please note these are supported on Windows 10 with Hyper-V isolation: https://learn.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/version-compatibility?tabs=windows-server-2022%2Cwindows-10 (This is the default on Windows client anyway)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants