-
Notifications
You must be signed in to change notification settings - Fork 120
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
dockerfile/nodejs not found #11
Comments
+1. It was OK earlier, now I get: with Dockerfile
|
Same problem here. Wow, I thought the project's lemma was "Trusted Automated Docker Builds" |
I switched to
|
I have the same problem :/ |
👍 same here |
I change to
and for get node 0.12
|
I'm getting the same error but I have no way to work around it. FROM dockerfile/node:0.10.38 doesn't work either. Any solutions? |
Federico, use this line FROM node:0.10.38 Without dockerfile/ — On Wed, Apr 29, 2015 at 12:19 AM, Federico Wachs [email protected]
|
yes FROM node:latest its worked to me |
This just broke for me using dockerfile/nodejs:latest It's actually 404ing right now: https://hub.docker.com/r/dockerfile/nodejs/ |
👍 |
This appears to have to do with the move to underscore-namespaced trusted images: http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/ I strongly encourage the old maintainers of these dockerfile-namespaced images to put in h1 text at the top of all documentation and READMEs that these have been removed in favor of new and possibly breaking images. These repos are usually the top Google search for things like "X docker image" where X is one of the previously supported trusted images.
|
I'm not sure if this is the correct place to file this, but:
When I was building a dockerfile that had
FROM dockerfile/nodejs
I'm getting an error:Error: image dockerfile/nodejs:latest not found
When I go to the docker registry for this repo: https://registry.hub.docker.com/u/dockerfile/nodejs/ I get redirected to https://registry.hub.docker.com/u/library/node/
Was this docker image deprecated in favor of
library/node
? Or was it renamed?The text was updated successfully, but these errors were encountered: