vendor: github.com/moby/buildkit v0.11.0-rc1.0.20221207183946-5993b526de65

- drops the replace-rule for github.com/aws/aws-sdk-go-v2/config (as it no longer was replacing anything)
- drops the replace-rules for docker/cli and docker/docker (at least as long as we continue using tagged releases)
- removes the github.com/docker/docker/pkg/stringid package (which was redundant)

full diff: 9624ab4710..5993b526de

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2022-11-30 10:36:27 +01:00
parent d1f79317cf
commit 8e5e5a563d
18 changed files with 172 additions and 154 deletions

View File

@ -10,9 +10,11 @@ import (
)
const (
Address = "unix:///run/buildkit/buildkitd.sock"
Root = "/var/lib/buildkit"
ConfigDir = "/etc/buildkit"
Address = "unix:///run/buildkit/buildkitd.sock"
Root = "/var/lib/buildkit"
ConfigDir = "/etc/buildkit"
DefaultCNIBinDir = "/opt/cni/bin"
DefaultCNIConfigPath = "/etc/buildkit/cni.json"
)
// UserAddress typically returns /run/user/$UID/buildkit/buildkitd.sock