How to disable output clipping in docker build?
Open
- Dominant language
- Go
- Stars
- 30.8k
- Forks
- 613
- PR merge metrics
- No merged PRs in 30d
Description
When I'm building docker image I'm getting message:
```#8 225.0 [output clipped, log limit 1MiB reached]```
I know that I should set two env variables for docker:
BUILDKIT_STEP_LOG_MAX_SIZE=-1
BUILDKIT_STEP_LOG_MAX_SPEED=-1
How to set them in Colima ?
Reference: https://github.com/docker/buildx/issues/484
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.