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

It seems like nginx:latest is now broken #262

Closed
franklouwers opened this issue Aug 29, 2018 · 18 comments
Closed

It seems like nginx:latest is now broken #262

franklouwers opened this issue Aug 29, 2018 · 18 comments

Comments

@franklouwers
Copy link

When using nginx:latest to start a service on a Docker EE with Swarm worker nodes, the containers refuse to start. When using nginx:stable, everything works fine.

I believe this still worked yesterday, so it must be a recent change.

@benlamptey
Copy link

benlamptey commented Aug 29, 2018

yeah, I'm having the same issue

Pulling nginx (nginx:latest)... latest: Pulling from library/nginx ERROR: no matching manifest for unknown in the manifest list entries

@dylanrhysscott
Copy link

Same for me :(

@assafnielsen
Copy link

I can confirm we are having the same issue with nginx latest image

@bghellofresh
Copy link

bghellofresh commented Aug 29, 2018

$ docker run -it --rm nginx:latest sh
Unable to find image 'nginx:latest' locally
latest: Pulling from library/nginx
docker: no matching manifest for linux/amd64 in the manifest list entries.
See 'docker run --help'.

can confirm stable tag works.

@mystetskyivlad
Copy link

Same issue for us

@MarcioMateus
Copy link

I have the same problem with nginx:alpine

alpine: Pulling from library/nginx docker: no matching manifest for unknown in the manifest list entries. See 'docker run --help'.

@avielb
Copy link

avielb commented Aug 29, 2018

I am able to pull:

 docker pull nginx:1.14

1.15 isn't working

@julio641742
Copy link

julio641742 commented Aug 29, 2018

It is a problem with docker infrastructure. See #240 for more details

@apollotonkosmo
Copy link

same here with nginx:latest . nginx:stable works though.

@kjelle
Copy link

kjelle commented Aug 29, 2018

Same here

@tudor2004
Copy link

same here with nginx:alpine

@Primajin
Copy link

Primajin commented Aug 29, 2018

go for nginx:1.14-alpine until it's fixed.

#230

@ivan-kolmychek
Copy link

It may be related to docker-library/official-images#3835

@chrootlogin
Copy link

Same issue here

@nbukhter
Copy link

nbukhter commented Aug 29, 2018

Hi, I have the same issue with nginx:alpine

docker pull nginx:alpine        
alpine: Pulling from library/nginx
no matching manifest for unknown in the manifest list entries

Is there any ETA to resolve this issue?

@thresheek
Copy link
Collaborator

As @julio641742 mentioned earlier, this is a problem with Docker infrastructure and not an nginx image itself. Please don't add more "same issue" -- that does not help.

I've notified docker team about the issue, unfortunately there is no ETA yet. Thanks for understanding.

indradhanush added a commit to habitat-sh/kubernetes-the-hab-way that referenced this issue Aug 29, 2018
There is a wider issue because of the `nginx:latest` has stopped
working. Using `nginx:stable` continues to work as a stop gap measure.

Link to issue: nginxinc/docker-nginx#262
@nginxinc nginxinc deleted a comment from maheshuluru Aug 29, 2018
@nginxinc nginxinc deleted a comment from samudrala11 Aug 29, 2018
@nginxinc nginxinc deleted a comment from colingelling Aug 29, 2018
@KrzysztofKarol
Copy link

All images 1.15.3, mainline, 1, 1.15, latest (mainline/stretch/Dockerfile) points to 1.15.3 which is currently unavailable due to Docker infrastructure problem.
I "downgraded" nginx:1.15.3-alpine to nginx:1.15.2-alpine and it's working for me so it should work for "normal" (nginx:1.15.2) version

@nginxinc nginxinc deleted a comment from soar Aug 29, 2018
simonmeoni added a commit to Demonette/demonette-frontend that referenced this issue Aug 29, 2018
@nginxinc nginxinc deleted a comment from devahmad92 Aug 29, 2018
@nginxinc nginxinc locked and limited conversation to collaborators Aug 29, 2018
@thresheek
Copy link
Collaborator

The issue is now fixed, AFAICT.

thresh@coal ~ $ docker pull nginx:latest
latest: Pulling from library/nginx
be8881be8156: Already exists 
65206e5c5e2d: Pull complete 
8e029c3e2376: Pull complete 
Digest: sha256:291e15f504cdc40aeedcd29b59f0079c794e18f22cd8a6a6d66d646b36f1d51b
Status: Downloaded newer image for nginx:latest
thresh@coal ~ $ docker run -ti --rm nginx:latest nginx -V
nginx version: nginx/1.15.3

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

No branches or pull requests