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

no matching manifest for windows/amd64 in the manifest list entries #228

Closed
sandersaares opened this issue Feb 14, 2018 · 6 comments
Closed

Comments

@sandersaares
Copy link

I am unable to pull the image on Windows 10 v1709:

PS C:\WINDOWS\system32> docker pull nginx
Using default tag: latest
latest: Pulling from library/nginx
latest: Pulling from library/nginx
no matching manifest for windows/amd64 in the manifest list entries
@tianon
Copy link
Contributor

tianon commented Feb 14, 2018

This is loosely a duplicate of #155 -- there is no Windows-based variant on nginx, so to use this image on Windows you'll need to use Linux containers.

@mollyporph
Copy link

--platform=linux with LCOW support enabled (experimental feature in docker 18.03.1-ce-win65 (17513))

@WeetA34
Copy link

WeetA34 commented Aug 29, 2018

hi,
i have the same issue with docker ce on Windows 10 Pro 1803
I'm using linux containers.

$ docker version
Client:
 Version:           18.06.1-ce
 API version:       1.38
 Go version:        go1.10.3
 Git commit:        e68fc7a
 Built:             Tue Aug 21 17:24:56 2018
 OS/Arch:           linux/amd64
 Experimental:      false

Server:
 Engine:
  Version:          18.06.1-ce
  API version:      1.38 (minimum version 1.12)
  Go version:       go1.10.3
  Git commit:       e68fc7a
  Built:            Tue Aug 21 17:29:02 2018
  OS/Arch:          linux/amd64
  Experimental:     false

$ docker pull nginx
Using default tag: latest
latest: Pulling from library/nginx
no matching manifest for unknown in the manifest list entries

I tried the proposal of @mollyporph.
Same issue

$ docker version
Client:
 Version:           18.06.1-ce
 API version:       1.38
 Go version:        go1.10.3
 Git commit:        e68fc7a
 Built:             Tue Aug 21 17:24:56 2018
 OS/Arch:           linux/amd64
 Experimental:      false

Server:
 Engine:
  Version:          18.06.1-ce
  API version:      1.38 (minimum version 1.12)
  Go version:       go1.10.3
  Git commit:       e68fc7a
  Built:            Tue Aug 21 17:29:02 2018
  OS/Arch:          linux/amd64
  Experimental:     true

$ docker pull --platform=linux nginx
Using default tag: latest
latest: Pulling from library/nginx
no matching manifest for linux/amd64 in the manifest list entries

no issue with other linux images

@thresheek
Copy link
Collaborator

@WeetA34 that's unrelated to the main ticket problem, it's a duplicate of #262.

@WeetA34
Copy link

WeetA34 commented Aug 29, 2018

@thresheek ok. Thx. bad timing for testing :)

@thresheek
Copy link
Collaborator

Closing this one since there are no plans to ship windows-based nginx image.

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

No branches or pull requests

5 participants