diff --git a/cluster/images/conformance/Makefile b/cluster/images/conformance/Makefile index 35ae5147889..0c5f184975f 100644 --- a/cluster/images/conformance/Makefile +++ b/cluster/images/conformance/Makefile @@ -56,7 +56,7 @@ endif cd ${TEMP_DIR} && sed -i.back "s|BASEIMAGE|${BASEIMAGE}|g" Dockerfile - docker buildx build \ + DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build \ --platform linux/${ARCH} \ --load \ --pull \