diff --git a/hack/buildkit-ref b/hack/buildkit-ref index 280bb0e25c..71ece62c54 100755 --- a/hack/buildkit-ref +++ b/hack/buildkit-ref @@ -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(thaJeztah) temporarily overriding version to use for tests; remove with the next release of buildkit; see https://github.com/moby/moby/issues/50389 +buildkit_ref=dd2b4e18663c58ac3762d7b60b2c3301f71d5fa9 + cat << EOF BUILDKIT_REPO=$buildkit_repo BUILDKIT_REF=$buildkit_ref diff --git a/vendor.mod b/vendor.mod index 5007b65a26..7f1369c8ac 100644 --- a/vendor.mod +++ b/vendor.mod @@ -62,7 +62,7 @@ require ( github.com/miekg/dns v1.1.66 github.com/mistifyio/go-zfs/v3 v3.0.1 github.com/mitchellh/copystructure v1.2.0 - github.com/moby/buildkit v0.23.2 + github.com/moby/buildkit v0.23.2 // FIXME(thaJeztah): remove override from hack/buildkit-ref when updating. github.com/moby/docker-image-spec v1.3.1 github.com/moby/go-archive v0.1.0 github.com/moby/ipvs v1.1.0