Disable buildkit

This commit is contained in:
Adrien Ferrand 2020-10-26 22:01:09 +01:00
parent 9ea1f4a23f
commit 3a94220fb6

View file

@ -23,7 +23,8 @@ IFS=$'\n\t'
# This variable is set inside the script itself rather than in something like
# the CI config to have a consistent experience when this script is run
# locally.
export DOCKER_BUILDKIT=1
#export DOCKER_BUILDKIT=1
docker version
WORK_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
REPO_ROOT="$(dirname "$(dirname "${WORK_DIR}")")"