From 231e5b61e7add1a7b28e71992dcdbc137cddaf12 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" <4903+rboyer@users.noreply.github.com> Date: Mon, 11 Apr 2022 10:49:44 -0500 Subject: [PATCH] test: use docker buildkit backend for envoy integration tests (#12726) --- test/integration/connect/envoy/run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/connect/envoy/run-tests.sh b/test/integration/connect/envoy/run-tests.sh index db008d5a5d..bd33af5136 100755 --- a/test/integration/connect/envoy/run-tests.sh +++ b/test/integration/connect/envoy/run-tests.sh @@ -13,6 +13,8 @@ DEBUG=${DEBUG:-} ENVOY_VERSION=${ENVOY_VERSION:-"1.20.2"} export ENVOY_VERSION +export DOCKER_BUILDKIT=1 + if [ ! -z "$DEBUG" ] ; then set -x fi