Replies: 1 comment 3 replies
-
Hi @bateleurX ! The feature request makes total sense, what do you think if we automatically set |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Similar to #3204
We are using Docker Buildx and Buildkit.
Both Buildkit and Buildx emit enormous outputs in CI environment. They write following messages per 0.1 second.
CI=true
environment variable reduces messages in deploying phase, but doesn't affect docker messages.example
They can be suppressed with
--progress=plain
option indocker build
like this.If we cloud use
--progress=option
incopilot svc deploy
, it will be useful in CI build.Beta Was this translation helpful? Give feedback.
All reactions