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>
This commit is contained in:
Paweł Gronowski
2025-11-05 12:29:54 +01:00
parent 353dc7d904
commit 39f2dbffa1
4 changed files with 4 additions and 7 deletions

View File

@@ -19,9 +19,6 @@ if [[ "${buildkit_ref}" == *-*-* ]]; then
buildkit_ref=$(curl -s "https://api.github.com/repos/${buildkit_repo}/commits/${buildkit_ref}" | jq -r .sha)
fi
# https://github.com/moby/buildkit/pull/6278
buildkit_ref="1030099b27bd3455bf7e5d5fe73b6be5dbec3c1f"
cat << EOF
BUILDKIT_REPO=$buildkit_repo
BUILDKIT_REF=$buildkit_ref