-
Notifications
You must be signed in to change notification settings - Fork 72
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
Stream the output of docker build commands in packaging #1493
Comments
You don't get the Docker build output (like what @amarthadan posted). I see the output on Mac OS, but not on Ubuntu. It's not a biggie, just a nice to have for debugging. |
I know what's going on... I could probably fix it myself quickly but I'll leave that to someone else:
If the command fails, the function throws and the output isn't printed. We also only see the output once the command has finished. A better approach may be to print the outputs as they occur, something like this example:
|
Moved to done, since this is internal only change and was tested. |
Description
When building docker images we don't see output from the underlying docker build commands.
The relevant output during the docker build process:
The text was updated successfully, but these errors were encountered: