Skip to content

Commit 39f2dbf

Browse files
committed
vendor: github.com/moby/buildkit v0.25.2
full diff: moby/buildkit@v0.25.1...v0.25.2 Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 353dc7d commit 39f2dbf

4 files changed

Lines changed: 4 additions & 7 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ require (
5555
github.com/miekg/dns v1.1.66
5656
github.com/mistifyio/go-zfs/v3 v3.0.1
5757
github.com/mitchellh/copystructure v1.2.0
58-
github.com/moby/buildkit v0.25.1
58+
github.com/moby/buildkit v0.25.2
5959
github.com/moby/docker-image-spec v1.3.1
6060
github.com/moby/go-archive v0.1.0
6161
github.com/moby/ipvs v1.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:F
393393
github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
394394
github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=
395395
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=
398398
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
399399
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
400400
github.com/moby/go-archive v0.1.0 h1:Kk/5rdW/g+H8NHdJW2gsXyZ7UnzvJNOy6VKJqueWdcQ=

hack/buildkit-ref

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ if [[ "${buildkit_ref}" == *-*-* ]]; then
1919
buildkit_ref=$(curl -s "https://api.github.com/repos/${buildkit_repo}/commits/${buildkit_ref}" | jq -r .sha)
2020
fi
2121

22-
# https://github.com/moby/buildkit/pull/6278
23-
buildkit_ref="1030099b27bd3455bf7e5d5fe73b6be5dbec3c1f"
24-
2522
cat << EOF
2623
BUILDKIT_REPO=$buildkit_repo
2724
BUILDKIT_REF=$buildkit_ref

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ github.com/mitchellh/hashstructure/v2
753753
# github.com/mitchellh/reflectwalk v1.0.2
754754
## explicit
755755
github.com/mitchellh/reflectwalk
756-
# github.com/moby/buildkit v0.25.1
756+
# github.com/moby/buildkit v0.25.2
757757
## explicit; go 1.24.0
758758
github.com/moby/buildkit/api/services/control
759759
github.com/moby/buildkit/api/types

0 commit comments

Comments
 (0)