mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to v0.18.0-rc2
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
1
vendor/github.com/moby/buildkit/util/testutil/workers/dockerd.go
generated
vendored
1
vendor/github.com/moby/buildkit/util/testutil/workers/dockerd.go
generated
vendored
@ -50,6 +50,7 @@ func InitDockerdWorker() {
|
||||
Unsupported: []string{
|
||||
FeatureSecurityMode,
|
||||
FeatureCNINetwork,
|
||||
FeatureContentCheck,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
2
vendor/github.com/moby/buildkit/util/testutil/workers/features.go
generated
vendored
2
vendor/github.com/moby/buildkit/util/testutil/workers/features.go
generated
vendored
@ -30,6 +30,7 @@ const (
|
||||
FeatureSecurityMode = "security_mode"
|
||||
FeatureSourceDateEpoch = "source_date_epoch"
|
||||
FeatureCNINetwork = "cni_network"
|
||||
FeatureContentCheck = "content_check"
|
||||
)
|
||||
|
||||
var features = map[string]struct{}{
|
||||
@ -56,6 +57,7 @@ var features = map[string]struct{}{
|
||||
FeatureSecurityMode: {},
|
||||
FeatureSourceDateEpoch: {},
|
||||
FeatureCNINetwork: {},
|
||||
FeatureContentCheck: {},
|
||||
}
|
||||
|
||||
func CheckFeatureCompat(t *testing.T, sb integration.Sandbox, reason ...string) {
|
||||
|
Reference in New Issue
Block a user