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

Error: image dockerfile/nodejs:latest not found #5

Open
jmatsushita opened this issue Oct 27, 2015 · 1 comment
Open

Error: image dockerfile/nodejs:latest not found #5

jmatsushita opened this issue Oct 27, 2015 · 1 comment

Comments

@jmatsushita
Copy link

The current dockerhub image has an older version of bipio (0.3.8). When trying to rebuild manually I come across this error:

Error: image dockerfile/nodejs:latest not found

According to this dockerfile/nodejs dependency needs to be replaced by node.

@nsteinmetz
Copy link

It should be even more something like (from https://hub.docker.com/_/node/)

FROM node:4.2.2-onbuild

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

2 participants