Skip to content

Commit e29d6be

Browse files
jsternbergvvoland
authored andcommitted
vendor: github.com/moby/buildkit v0.25.0
Signed-off-by: Paweł Gronowski <[email protected]> (cherry picked from commit 3f3bbe4) Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 9b43690 commit e29d6be

6 files changed

Lines changed: 35 additions & 865 deletions

File tree

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-
# Needed by v0.25.0-rc1
23-
buildkit_ref="e4d7acb44d7e29b594445a36c5cc28be44740142"
24-
2522
cat << EOF
2623
BUILDKIT_REPO=$buildkit_repo
2724
BUILDKIT_REF=$buildkit_ref

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ require (
6262
github.com/miekg/dns v1.1.66
6363
github.com/mistifyio/go-zfs/v3 v3.0.1
6464
github.com/mitchellh/copystructure v1.2.0
65-
github.com/moby/buildkit v0.25.0-rc1 // TODO: remove custom ref in hack/buildkit-ref
65+
github.com/moby/buildkit v0.25.0
6666
github.com/moby/docker-image-spec v1.3.1
6767
github.com/moby/go-archive v0.1.0
6868
github.com/moby/ipvs v1.1.0

0 commit comments

Comments
 (0)