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

re-exec errors when pulling images #1320

Closed
macb opened this issue Nov 13, 2015 · 5 comments
Closed

re-exec errors when pulling images #1320

macb opened this issue Nov 13, 2015 · 5 comments

Comments

@macb
Copy link

macb commented Nov 13, 2015

[info] Pulling image our.docker.index/org/go:latest
[info] Pulling image our.docker.index/org/go:latest
[error] Error pulling our.docker.index/org/go:latest. Error pulling image (latest) from our.docker.index/org/go:latest, Untar re-exec error: exit status 1: output: unexpected EOF

@bradrydzewski
Copy link

@macb are you able to run docker pull our.docker.index/org/go:latest on the machine?

@macb
Copy link
Author

macb commented Nov 13, 2015

A restart seems to work to get it. At least it did one of the times.

@bradrydzewski
Copy link

I'm not sure if this is related:
moby/moby#14792

@macb
Copy link
Author

macb commented Nov 13, 2015

Maybe. Are there timeouts associated with the pulls for builds?

@bradrydzewski
Copy link

there are no timeouts within Drone, but Drone pulls an image by invoking the /images/create?fromImage=foo Docker daemon endpoint. Docker takes over from there. So it is possible that Docker enforces a timeout.

it is possible to get more details by running docker events on the host machine. This will begin streaming logs for everything happening in the Docker daemon. There also might be additional detail in /var/log/upstart/docker.log.

Also, which version of Docker are you running?

-- edit for clarification -- there are no timeouts when interacting with the Docker daemon. There is a default 60 minute build timeout

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