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

Pull of "node:8" fails with "no matching manifest for unknown in the manifest list entries" [RESOLVED] #941

Closed
jancurn opened this issue Nov 28, 2018 · 22 comments

Comments

@jancurn
Copy link

jancurn commented Nov 28, 2018

Our Docker builds and deploys based on the node:8 image started to fail today.

$ docker pull node:8
8: Pulling from library/node
no matching manifest for unknown in the manifest list entries
@njgage
Copy link

njgage commented Nov 28, 2018

Yep, I just had the same issue with node: 8

@aogilvie
Copy link

aogilvie commented Nov 28, 2018

You can pull FROM node:8.13

but yeah, the new builds are all broke.
New builds went out 20mins ago (as of writing) but they are all defunct.

https://hub.docker.com/r/library/node/tags/

@wlodi83
Copy link

wlodi83 commented Nov 28, 2018

I have the same issue with node:carbon

Step 1/47 : FROM node:carbon as intermediate
carbon: Pulling from library/node
no matching manifest for unknown in the manifest list entries

@petri8
Copy link

petri8 commented Nov 28, 2018

Same with carbon here

@erickwilder
Copy link

I have the same with node:11.3.0

@ravidhu
Copy link

ravidhu commented Nov 28, 2018

same here with node: 8

@LaurentGoderre
Copy link
Member

@tianon do you have any idea what this means?

@grnadav
Copy link

grnadav commented Nov 28, 2018

same for node:10-jessie

@aogilvie
Copy link

aogilvie commented Nov 28, 2018

@LaurentGoderre Probably missing architectures. unknown should be a listed arch.

Hinted to in this post docker-library/official-images#3835 by @tianon

@aogilvie
Copy link

aogilvie commented Nov 28, 2018

As more people arrive here (I expect there will be a lot of traffic), just to note; you CAN still get builds if you use the tags published yesterday (until things are fixed). See my link above.

jancurn added a commit to apify/apify-actor-docker that referenced this issue Nov 28, 2018
@yue-wen
Copy link

yue-wen commented Nov 28, 2018

same for node:carbon-slim

@fiws
Copy link

fiws commented Nov 28, 2018

let ALL of the CI pipelines fail.

@petri8
Copy link

petri8 commented Nov 28, 2018

node:8.13 works, if you're in a hurry :D

@fabiante
Copy link

Anyone found a node:10 image that works?

@luontola
Copy link

New tags were pushed a few minutes ago. Now node:11 works for me again.

@fabiante
Copy link

fabiante commented Nov 28, 2018

New tags were pushed a few minutes ago. Now node:11 works for me again.

Same for node:10-slim

@Oxalide-Team-2
Copy link

node:10 come with stretch and no more jessie
I use now node:10-jessie image and that works.

@ravidhu
Copy link

ravidhu commented Nov 28, 2018

node:8 work again !

@chorrell chorrell changed the title Pull of "node:8" fails with "no matching manifest for unknown in the manifest list entries" Pull of "node:8" fails with "no matching manifest for unknown in the manifest list entries" [RESOLVED] Nov 28, 2018
@chorrell chorrell closed this as completed Dec 4, 2018
@mansetaashok
Copy link

I have a same error : "Pulling from library/node
no matching manifest for unknown in the manifest list entries"

I am building Azure Pipeline for my Nodejs application using Host VS2017 agent. It is working fine in my local system, However while doing DevOps pipeline setup the error encountered.

I have also tried different versions of node as base image in my docker file. But no luck.

image

Can anyone please help for the same.

@kakarotto67
Copy link

@mansetaashok , I have the same issue, tried different versions but didn't work. Were you able to fix this somehow?

@kakarotto67
Copy link

Ok, I used custom node for windows from here and it worked.

Changed
ARG NODE_IMAGE=node:12.2
to
ARG NODE_IMAGE=stefanscherer/node-windows:latest

since I'm using windows-based containers.

@mansetaashok
Copy link

@kakarotto67, It did not work for me in Hosted VS2017. I have changed to the Linux Agent Hosted Ubuntu and it worked. Thank you for sharing the custom node image for Windows.

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