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.0-rc1
58+ github.com/moby/buildkit v0.25.0-rc1 // TODO: remove custom ref in hack/buildkit-ref
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 @@ -19,6 +19,9 @@ 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+ # Needed by v0.25.0-rc1
23+ buildkit_ref=" e4d7acb44d7e29b594445a36c5cc28be44740142"
24+
2225cat << EOF
2326BUILDKIT_REPO=$buildkit_repo
2427BUILDKIT_REF=$buildkit_ref
You can’t perform that action at this time.
0 commit comments