steemit / leeroy

Docker build bot
MIT License
0 stars 3 forks source link

Error while building on an ec2 in elastic beanstalk #2

Open jredbeard opened 6 years ago

jredbeard commented 6 years ago

The error ApplyLayer exit status 1 stdout: stderr: unexpected EOF is dropped after attempting a build. I believe this is an error coming from docker.

jnordberg commented 6 years ago

Was the docker socket forwarded from the host with -v /var/run/docker.sock:/var/run/docker.sock?

jredbeard commented 6 years ago

Yes - and I can confirm it was actually building... After setting logging to 'debug' you could see the build steps. It would complete and then drop this error message at the end.

jnordberg commented 6 years ago

Odd, might have been some problem connecting the registry during/after build then. Did you check if a docker build on the host machine worked?