File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -393,8 +393,8 @@ github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:F
393393github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992 /go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y =
394394github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ =
395395github.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 =
398398github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0 =
399399github.com/moby/docker-image-spec v1.3.1 /go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo =
400400github.com/moby/go-archive v0.1.0 h1:Kk/5rdW/g+H8NHdJW2gsXyZ7UnzvJNOy6VKJqueWdcQ =
Original file line number Diff line number Diff 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)
2020fi
2121
22- # https://github.com/moby/buildkit/pull/6278
23- buildkit_ref=" 1030099b27bd3455bf7e5d5fe73b6be5dbec3c1f"
24-
2522cat << EOF
2623BUILDKIT_REPO=$buildkit_repo
2724BUILDKIT_REF=$buildkit_ref
Original file line number Diff line number Diff line change @@ -753,7 +753,7 @@ github.com/mitchellh/hashstructure/v2
753753# github.com/mitchellh/reflectwalk v1.0.2
754754## explicit
755755github.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
758758github.com/moby/buildkit/api/services/control
759759github.com/moby/buildkit/api/types
You can’t perform that action at this time.
0 commit comments