mirror of
https://github.com/docker/compose.git
synced 2026-06-29 12:44:26 +00:00
show build progress during watch rebuild
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
d62e21025c
commit
fd954f266c
9 changed files with 35 additions and 10 deletions
|
|
@ -19,6 +19,7 @@ package api
|
|||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"io"
|
||||
"slices"
|
||||
"strings"
|
||||
"time"
|
||||
|
|
@ -176,6 +177,8 @@ type BuildOptions struct {
|
|||
Provenance string
|
||||
// SBOM generate a SBOM attestation
|
||||
SBOM string
|
||||
// Out is the stream to write build progress
|
||||
Out io.Writer
|
||||
}
|
||||
|
||||
// Apply mutates project according to build options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue