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?
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.
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?