I am trying to debug some docker image builds whic...
# general
r
I am trying to debug some docker image builds which are taking longer than expected. Is there any option for logging the
docker build ...
output?
Running the docker command manually is easy enough. It was actually paused waiting for user input. So, easy enough to debug outside of pants.
Copy code
Configuring tzdata
------------------

Please select the geographic area in which you live. Subsequent configuration
questions will narrow this down by presenting a list of cities, representing
the time zones in which they are located.

  1. Africa      4. Australia  7. Atlantic  10. Pacific  13. Etc
  2. America     5. Arctic     8. Europe    11. SystemV
  3. Antarctica  6. Asia       9. Indian    12. US
Geographic area:
h
Hi! I recommend using this flag and then running the
__run.sh
script to debug what's going on: https://www.pantsbuild.org/docs/troubleshooting#debug-tip-inspect-the-sandbox-with---no-process-execution-local-cleanup
1
c
Agree that it would be preferable to be able to see the output from long running processes.. there’s been discussions regarding this for the dynamic UI.
2
r
👍