apocas / dockerode

Docker + Node = Dockerode (Node.js module for Docker's Remote API)
Apache License 2.0
4.38k stars 466 forks source link

No progress on build image #697

Open Justin8303 opened 2 years ago

Justin8303 commented 2 years ago

The response of the buildImage function does not return any progress status when used like so:

buildImage( "", { remote: "https://github.com/{user}/{repo}.git", t: "tag" }, function (error, result) { docker.modem.followProgress(result, console.log, console.log) } );

When a tar file is used instead of the remote repository, I'll get the normal event output of the current build status but when used like above, I get nothing but the image is build successfully without any errors. Any help?

bstanga commented 1 year ago

Are there any updates here?

stale[bot] commented 1 week ago

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.