diff --git a/cmd/compose/build.go b/cmd/compose/build.go index a1aadbac1..4a4fe9933 100644 --- a/cmd/compose/build.go +++ b/cmd/compose/build.go @@ -61,6 +61,7 @@ func buildCommand(p *projectOptions, backend api.Service) *cobra.Command { fmt.Println("WARNING --memory is ignored as not supported in buildkit.") } if opts.quiet { + opts.progress = buildx.PrinterModeQuiet devnull, err := os.Open(os.DevNull) if err != nil { return err