-
Notifications
You must be signed in to change notification settings - Fork 122
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
Is there a way to change BUILDKIT_STEP_LOG_MAX_SIZE and BUILDKIT_STEP_LOG_MAX_SPEED variables? #6332
Comments
Really? No answer? Even for a relatively small docker file this stupid log clipping (who asked for this?) immediately makes problems. And it's hard to google an answer for this and, if you find anything, it's setting this option which apparently is not available on macOS?! |
Facing the Same issue on my M1 Mac. Did anyone find any solution for changing this behavior on MacOS? Currently disabling buildkit seems to be the only solution to avoid this issue. |
Ditto. Odd that there's no response on a basic question like this. PING |
I tried
from mac os shell before docker build and it looks like working. |
Any hopes for an answer? We are using docker in GitLab CI and simple exporting variables seems to have no effect there. |
This is still an issue on Apple M1, MacOS 12.6 (21G115) with Docker Desktop 4.12.0 (85629).
|
any solution? |
I got tests failing on CI with only a clipped log to debug it, which makes me very sad. Any update or workaround to make it work with compose?
|
There hasn't been any activity on this issue for a long time. Prevent issues from auto-closing with a /lifecycle stale |
Up. Still the issue. We are going to celebrate 1 year anniversary soon! |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. /lifecycle locked |
Expected behavior
I want to disable
output clipped, log limit 1MiB reached
behaviour and want to see the entire log instead of small part.Actual behavior
I can't find a way how to do that.
On linux we can adjuest those variables in docker systemd service
Information
Output of
/Applications/Docker.app/Contents/MacOS/com.docker.diagnose check
Steps to reproduce the behavior
docker build .
using the following Dockerfile and you will receive[output clipped, log limit 100KiB/s reached]
docker build .
using the following Dockerfile and you will receive[output clipped, log limit 1MiB reached]
after ~20 secondsThe text was updated successfully, but these errors were encountered: