test: use docker buildkit backend for envoy integration tests (#12726)

This commit is contained in:
R.B. Boyer 2022-04-11 10:49:44 -05:00 committed by GitHub
parent e62275642b
commit 231e5b61e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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