mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to 0e3037c0182e
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
9
vendor/github.com/moby/buildkit/solver/pb/caps.go
generated
vendored
9
vendor/github.com/moby/buildkit/solver/pb/caps.go
generated
vendored
@ -96,6 +96,9 @@ const (
|
||||
|
||||
// GC/Prune controls allow MinFreeSpace and MaxUsedSpace to be set
|
||||
CapGCFreeSpaceFilter apicaps.CapID = "gc.freespacefilter"
|
||||
|
||||
// ListenBuildHistory requests support server-side filters
|
||||
CapHistoryFilters apicaps.CapID = "history.filter"
|
||||
)
|
||||
|
||||
func init() {
|
||||
@ -505,4 +508,10 @@ func init() {
|
||||
Enabled: true,
|
||||
Status: apicaps.CapStatusExperimental,
|
||||
})
|
||||
|
||||
Caps.Init(apicaps.Cap{
|
||||
ID: CapHistoryFilters,
|
||||
Enabled: true,
|
||||
Status: apicaps.CapStatusExperimental,
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user