mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to 539be170
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
9
vendor/github.com/moby/buildkit/frontend/gateway/client/client.go
generated
vendored
9
vendor/github.com/moby/buildkit/frontend/gateway/client/client.go
generated
vendored
@ -18,6 +18,7 @@ type Client interface {
|
||||
BuildOpts() BuildOpts
|
||||
Inputs(ctx context.Context) (map[string]llb.State, error)
|
||||
NewContainer(ctx context.Context, req NewContainerRequest) (Container, error)
|
||||
Warn(ctx context.Context, dgst digest.Digest, msg string, opts WarnOpts) error
|
||||
}
|
||||
|
||||
// NewContainerRequest encapsulates the requirements for a client to define a
|
||||
@ -133,3 +134,11 @@ type BuildOpts struct {
|
||||
LLBCaps apicaps.CapSet
|
||||
Caps apicaps.CapSet
|
||||
}
|
||||
|
||||
type WarnOpts struct {
|
||||
Level int
|
||||
SourceInfo *pb.SourceInfo
|
||||
Range []*pb.Range
|
||||
Detail [][]byte
|
||||
URL string
|
||||
}
|
||||
|
Reference in New Issue
Block a user