mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
vendor: update buildkit to e9aca5be
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
parent
8ad6dcf2a5
commit
e96d1c3754
40 changed files with 6244 additions and 582 deletions
2
vendor/github.com/moby/buildkit/session/filesync/filesync.go
generated
vendored
2
vendor/github.com/moby/buildkit/session/filesync/filesync.go
generated
vendored
|
@ -35,7 +35,7 @@ type SyncedDir struct {
|
|||
Name string
|
||||
Dir string
|
||||
Excludes []string
|
||||
Map func(*fstypes.Stat) bool
|
||||
Map func(string, *fstypes.Stat) bool
|
||||
}
|
||||
|
||||
// NewFSSyncProvider creates a new provider for sending files from client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue