Skip to content

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

@sandersaares

Description

@sandersaares

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

Activity

tianon

tianon commented on Feb 14, 2018

@tianon
Contributor

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

mollyporph commented on Jul 12, 2018

@mollyporph

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

WeetA34

WeetA34 commented on Aug 29, 2018

@WeetA34

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

thresheek commented on Aug 29, 2018

@thresheek
Member

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

WeetA34

WeetA34 commented on Aug 29, 2018

@WeetA34

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

thresheek

thresheek commented on Apr 23, 2019

@thresheek
Member

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @tianon@mollyporph@thresheek@sandersaares@WeetA34

        Issue actions

          no matching manifest for windows/amd64 in the manifest list entries · Issue #228 · nginx/docker-nginx