vendor: update buildkit to 41c29fffe299

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2026-06-09 19:44:00 -07:00
parent 76703de985
commit 58a5a2cd60
211 changed files with 8218 additions and 23082 deletions
+4
View File
@@ -204,6 +204,10 @@ type Config struct {
// when constructing clients for specific services. Each callback function receives the service ID
// and the service's Options struct, allowing for dynamic configuration based on the service.
ServiceOptions []func(string, any)
// Controls whether the SDK restricts file permissions on credential
// cache files it creates.
RestrictFilePermissions RestrictFilePermissions
}
// NewConfig returns a new Config pointer that can be chained with builder