meteorhacks / meteord

MeteorD - Docker Runtime for Meteor Apps for Production Deployments
https://registry.hub.docker.com/u/meteorhacks/meteord/
MIT License
438 stars 371 forks source link

docker build failing ... #123

Open rlyle opened 7 years ago

rlyle commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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