Browse code

vendor: github.com/moby/buildkit v0.25.2

full diff: https://github.com/moby/buildkit/compare/v0.25.1...v0.25.2

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>

Paweł Gronowski authored on 2025/11/05 20:29:54
Showing 4 changed files
... ...
@@ -55,7 +55,7 @@ require (
55 55
 	github.com/miekg/dns v1.1.66
56 56
 	github.com/mistifyio/go-zfs/v3 v3.0.1
57 57
 	github.com/mitchellh/copystructure v1.2.0
58
-	github.com/moby/buildkit v0.25.1
58
+	github.com/moby/buildkit v0.25.2
59 59
 	github.com/moby/docker-image-spec v1.3.1
60 60
 	github.com/moby/go-archive v0.1.0
61 61
 	github.com/moby/ipvs v1.1.0
... ...
@@ -393,8 +393,8 @@ github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:F
393 393
 github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
394 394
 github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=
395 395
 github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
396
-github.com/moby/buildkit v0.25.1 h1:j7IlVkeNbEo+ZLoxdudYCHpmTsbwKvhgc/6UJ/mY/o8=
397
-github.com/moby/buildkit v0.25.1/go.mod h1:phM8sdqnvgK2y1dPDnbwI6veUCXHOZ6KFSl6E164tkc=
396
+github.com/moby/buildkit v0.25.2 h1:mReLKDPv05cqk6o/u3ixq2/iTsWGHoUO5Zg3lojrQTk=
397
+github.com/moby/buildkit v0.25.2/go.mod h1:phM8sdqnvgK2y1dPDnbwI6veUCXHOZ6KFSl6E164tkc=
398 398
 github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
399 399
 github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
400 400
 github.com/moby/go-archive v0.1.0 h1:Kk/5rdW/g+H8NHdJW2gsXyZ7UnzvJNOy6VKJqueWdcQ=
... ...
@@ -19,9 +19,6 @@ if [[ "${buildkit_ref}" == *-*-* ]]; then
19 19
 	buildkit_ref=$(curl -s "https://api.github.com/repos/${buildkit_repo}/commits/${buildkit_ref}" | jq -r .sha)
20 20
 fi
21 21
 
22
-# https://github.com/moby/buildkit/pull/6278
23
-buildkit_ref="1030099b27bd3455bf7e5d5fe73b6be5dbec3c1f"
24
-
25 22
 cat << EOF
26 23
 BUILDKIT_REPO=$buildkit_repo
27 24
 BUILDKIT_REF=$buildkit_ref
... ...
@@ -753,7 +753,7 @@ github.com/mitchellh/hashstructure/v2
753 753
 # github.com/mitchellh/reflectwalk v1.0.2
754 754
 ## explicit
755 755
 github.com/mitchellh/reflectwalk
756
-# github.com/moby/buildkit v0.25.1
756
+# github.com/moby/buildkit v0.25.2
757 757
 ## explicit; go 1.24.0
758 758
 github.com/moby/buildkit/api/services/control
759 759
 github.com/moby/buildkit/api/types