mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to 93b40706a007
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
4
vendor/github.com/moby/buildkit/frontend/gateway/client/client.go
generated
vendored
4
vendor/github.com/moby/buildkit/frontend/gateway/client/client.go
generated
vendored
@ -16,6 +16,8 @@ import (
|
||||
|
||||
type Result = result.Result[Reference]
|
||||
|
||||
type Attestation = result.Attestation[Reference]
|
||||
|
||||
type BuildFunc func(context.Context, Client) (*Result, error)
|
||||
|
||||
func NewResult() *Result {
|
||||
@ -73,6 +75,8 @@ type StartRequest struct {
|
||||
Stdin io.ReadCloser
|
||||
Stdout, Stderr io.WriteCloser
|
||||
SecurityMode pb.SecurityMode
|
||||
|
||||
RemoveMountStubsRecursive bool
|
||||
}
|
||||
|
||||
// WinSize is same as executor.WinSize, copied here to prevent circular package
|
||||
|
Reference in New Issue
Block a user