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

docker build failing ... #123

Open
rlyle opened this issue Jun 16, 2017 · 3 comments
Open

docker build failing ... #123

rlyle opened this issue Jun 16, 2017 · 3 comments

Comments

@rlyle
Copy link

rlyle commented Jun 16, 2017

I'm running the following:
docker build -t project .

I'm getting the following error:

 Sending build context to Docker daemon  35.03MB
 Step 1/3 : FROM meteorhacks/meteord:onbuild
 # Executing 2 build triggers...
 Step 1/1 : COPY ./ /app
 No such image: sha256:bad2e97053ddf57e0166d3a11418cc9f2b7fc15a3fa591008d027ee702db393b

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.

@jshimko
Copy link
Member

jshimko commented Jun 16, 2017

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.

https://github.com/jshimko/meteor-launchpad

@rlyle
Copy link
Author

rlyle commented Jun 16, 2017

Ironically enough, i just tried yours before you posted this reply... getting a very simular error, but different hash code:

Sending build context to Docker daemon  35.03MB
Step 1/1 : FROM jshimko/meteor-launchpad:latest
# Executing 15 build triggers...
Step 1/1 : ARG APT_GET_INSTALL
No such image: sha256:674e1eb273d18b6e61a1d45b8903ab7a7d34dff17d879bbf02d537b35ed362e4

I'm starting to think something is up with my docker..

@rlyle
Copy link
Author

rlyle commented Jun 16, 2017

OK, installed a docker update and the build got a LOT futher this time... however, it does error out with something different now:


[-] Installing Meteor ...

Downloading Meteor distribution
Retrying download in 5 seconds...
Retrying download in 5 seconds...
Retrying download in 5 seconds...
Retrying download in 5 seconds...
Retrying download in 5 seconds...
Retrying download in 5 seconds...
Retrying download in 5 seconds...
Retrying download in 5 seconds...
Retrying download in 5 seconds...
Retrying download in 5 seconds...
The command '/bin/sh -c cd $APP_SOURCE_DIR &&             $BUILD_SCRIPTS_DIR/install-deps.sh &&             $BUILD_SCRIPTS_DIR/install-node.sh &&             $BUILD_SCRIPTS_DIR/install-phantom.sh && 						$BUILD_SCRIPTS_DIR/install-graphicsmagick.sh &&             $BUILD_SCRIPTS_DIR/install-mongo.sh &&             $BUILD_SCRIPTS_DIR/install-meteor.sh &&             $BUILD_SCRIPTS_DIR/build-meteor.sh &&             $BUILD_SCRIPTS_DIR/post-build-cleanup.sh' returned a non-zero code: 1

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