-
Notifications
You must be signed in to change notification settings - Fork 371
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
docker build failing ... #123
Comments
This project was abandoned quite a while ago. You may want to consider a different base image. Feel free to use mine. It's stable, maintained regularly, and it's even recommended by Meteor. |
Ironically enough, i just tried yours before you posted this reply... getting a very simular error, but different hash code:
I'm starting to think something is up with my docker.. |
OK, installed a docker update and the build got a LOT futher this time... however, it does error out with something different now:
|
I'm running the following:
docker build -t project .
I'm getting the following error:
This is my Dockerfile:
FROM meteorhacks/meteord:onbuild
I've been searching the web for "docker build no such image", but no luck finding anything close to the issue I'm seeing here.
The text was updated successfully, but these errors were encountered: