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

Node.js not available from docker hub #24696

Closed
aldafu opened this issue Nov 28, 2018 · 2 comments
Closed

Node.js not available from docker hub #24696

aldafu opened this issue Nov 28, 2018 · 2 comments

Comments

@aldafu
Copy link

aldafu commented Nov 28, 2018

  • Version: 10., 11.
  • Platform: Docker
  • Subsystem: n/a

If you try to get a Node.js docker image running right now, it will fail because it seems none is available from the docker hub.

To reproduce:

docker run --rm -i -d --name nodejs node:10

Will error in:

Unable to find image 'node:10' locally
10: Pulling from library/node
docker: no matching manifest for unknown in the manifest list entries.
See 'docker run --help'.

Same for the tags 10.14, 10-slim, 11.

The following issue seems related: docker-library/official-images#3835

@vinnyvimto
Copy link

vinnyvimto commented Nov 28, 2018

You can pull from 10.13 if that's suitable

Similar Issue

@targos
Copy link
Member

targos commented Nov 28, 2018

I think you're right and it is about docker-library/official-images#3835. Node.js 10.14.0 was released today on the docker hub.
There is nothing Node.js can do about it, so I'm going to close this issue.

@targos targos closed this as completed Nov 28, 2018
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

3 participants