-
-
Notifications
You must be signed in to change notification settings - Fork 465
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
buildImage() promises sometimes never resolve #553
Labels
Comments
Possibly same as #538 |
Wow thats indeed weird. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Open a new issue if needed. |
Spring cleaning time! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am currently hitting an issue where some image builds never finish.
While pinning down the issue, I have found that neither the
end
event nor theerror
event are emitted by the stream by instrumenting the dockerode source code, in particular these lines:dockerode/lib/docker.js
Lines 310 to 315 in 15b6ed5
@neophob Looking at the github history, you have already dug into this, do you have any idea why this can happen or how I can diagnose this issue?
I wanted to provide a simple code example for this but the issue seems hard to reproduce depending on where the code is deployed (the original source code itself also runs in a Docker container but the issue can only be reproduced on particular hosts).
Even on hosts where the issue is reproduced, it happens randomly. All I can tell is that multiple successive or parallel builds are needed to reproduce the issue (I was first operating parallel builds but serializing them did not fix the issue).
The text was updated successfully, but these errors were encountered: