hack: temporarily use custom buildkit ref for testing

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-09-01 12:07:58 +02:00
parent 77ce202515
commit 60fa39d559
2 changed files with 4 additions and 1 deletions

View File

@@ -19,6 +19,9 @@ if [[ "${buildkit_ref}" == *-*-* ]]; then
buildkit_ref=$(curl -s "https://api.github.com/repos/${buildkit_repo}/commits/${buildkit_ref}" | jq -r .sha)
fi
# FIXME(crazy-max) temporarily overriding version to use for tests; remove with the next release of buildkit; see https://github.com/moby/buildkit/pull/6179
buildkit_ref=a59c3fe07d1b25fd6563d3955d66c6d15264c49f
cat << EOF
BUILDKIT_REPO=$buildkit_repo
BUILDKIT_REF=$buildkit_ref