-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
--progress plain results in truncated output width #1412
Comments
I think the relevant code is here; buildkit/util/progress/progressui/display.go Lines 67 to 77 in b4a6a0e
So if there's a terminal attached, it truncates to the terminal width (if I read it correctly) |
@eedwards-sk Ok, I forgot there's a
Perhaps that should be enabled by default if |
opened #1435 for consideration |
When using
--progress plain
, I lose valuable information in the output due to it being truncated with an ellipses (...
), e.g.:with
tty
:with
plain
:as you can see, I lose the ability to see the tag being used when importing the cache manifest
This is very frustrating for debugging issues e.g. in CI where I'm using plain output.
The text was updated successfully, but these errors were encountered: