You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --progress flag is effectively observed by Compose, but not the environment variable. For consistency and ease of configuration it would be nice if it did.
Steps To Reproduce
Run docker compose build --progress=plain
Enjoy the simpler output in environments where TERM=dumb;
Try and configure it for good by setting BUILDKIT_PROGRESS=plain;
Description
Buildkit provides a
--progress
option which can also be set via theBUILDKIT_PROGRESS
environment variable..The
--progress
flag is effectively observed by Compose, but not the environment variable. For consistency and ease of configuration it would be nice if it did.Steps To Reproduce
docker compose build --progress=plain
BUILDKIT_PROGRESS=plain
;docker compose build
is back to fancy output.Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: