-
-
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() stream silently fails when build context is too large #538
Comments
Same issue here after updating to v3. suggest you use an older version for now |
Could you give more details about this? |
Is it only happening on v3.x? Could be related to this: #490 |
+1, had this for a |
I can verify that this issue is happening after upgrading to v3.x (working fine with 2.5.8). Not sure if it's related to big files or not but surely works after I remove the folder with big files in it. Otherwise it silently gets stuck. No output, no promise resolving, nothing. |
Could someone test the branch https://github.com/apocas/dockerode/tree/debug-build against this? |
@apocas |
Humm so the issue was in the change of tar.pack. |
Today I stumbled upon a problem where the
buildImage()
function would silently fail when the passed-in build context is too large.Here's my call:
And the
context
is a path to a directory which has a bunch of files. In my case thecontext
included a largenode_modules
directory.The text was updated successfully, but these errors were encountered: