-
Notifications
You must be signed in to change notification settings - Fork 1
Can't get a full docker steps output on Linux #35
Comments
CI (and I) are running Docker at 19.03.4, but I doubt that's the issue. We're also running on Linux in CI, so that shouldn't be it either 🤔 I'm running Docker with the following config, perhaps the
|
It could maybe come from the version of python used? Or maybe the version of dockerpy used? |
This seemed like a good guess to me so I tried it but it didn't make a difference - an important thing I forgot to note earlier is that I do get the steps output when running
Perhaps! My Python version is I'm checking https://github.com/docker/docker-py/issues for possible answers and I'll also try bumping my Docker version just to remove that as a possible cause. |
Ok it was the Docker version all along (probably in combination with a Python I'll add a note to the README for the future reference and then I think we can close this issue. |
Haha weird, but great that you found the fix! :) |
When running
brick build
on my local Linux machine, I can't seem to get thedocker build
steps output that seem to be always present in the Drone builds.Here is an example of what I get running with the latest master
brick
build and the--verbose
flag:@madsnedergaard seems to get the full steps output when running on his machine so it might depend on the running environment, here's my Docker env:
p.s. I wonder if passing the
digest
stream straight tostdout
in here could be a viable solution 😛The text was updated successfully, but these errors were encountered: