Open rlyle opened 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.
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..
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
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.