mirror of
https://github.com/docker/compose.git
synced 2025-07-23 05:34:36 +02:00
--quiet implies --progress=quiet
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
cb425a23c0
commit
3261b60fd1
@ -61,6 +61,7 @@ func buildCommand(p *projectOptions, backend api.Service) *cobra.Command {
|
|||||||
fmt.Println("WARNING --memory is ignored as not supported in buildkit.")
|
fmt.Println("WARNING --memory is ignored as not supported in buildkit.")
|
||||||
}
|
}
|
||||||
if opts.quiet {
|
if opts.quiet {
|
||||||
|
opts.progress = buildx.PrinterModeQuiet
|
||||||
devnull, err := os.Open(os.DevNull)
|
devnull, err := os.Open(os.DevNull)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user