meteorhacks / meteord

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

gzip: stdin: unexpected end of file #88

Open jakobloekke opened 8 years ago

jakobloekke commented 8 years ago

I'm getting this error:

Sending build context to Docker daemon 364.3 MB Step 1 : FROM meteorhacks/meteord:onbuild

Executing 2 build triggers...

Step 1 : COPY ./ /app Step 1 : RUN bash $METEORD_DIR/on_build.sh ---> Running in a54277ba1da3 Downloading Meteor distribution

gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now Installation failed. The command '/bin/sh -c bash $METEORD_DIR/on_build.sh' returned a non-zero code: 2

adampk90 commented 8 years ago

I was just getting this error message. I tried removing and re-pulling the meteorhacks/meteord:onbuild image and now it looks like my build succeeds.

rsercano commented 8 years ago

+1, but trying a few times worked. I guess there's something wrong with meteor's servers. But It stuck at:

Downloading Meteor distribution

Meteor 1.3.2.4 has been installed in your home directory (~/.meteor).
Writing a launcher script to /usr/local/bin/meteor for your convenience.

To get started fast:

  $ meteor create ~/my_cool_app
  $ cd ~/my_cool_app
  $ meteor

Or see the docs at:

  docs.meteor.com