* test/infra/gitlab-ci.yml (variables): Set DOCKER_BUILDKIT.

This commit is contained in:
Michael Albinus 2021-09-26 15:28:17 +02:00
parent 3bab1476f6
commit 94af99b298

View file

@ -50,6 +50,7 @@ variables:
# DOCKER_TLS_CERTDIR: "/certs"
# Put the configuration for each run in a separate directory to avoid conflicts
DOCKER_CONFIG: "/.docker-config-${CI_COMMIT_SHA}"
DOCKER_BUILDKIT: 1
# We don't use ${CI_COMMIT_SHA} to be able to do one bootstrap across multiple builds
BUILD_TAG: ${CI_COMMIT_REF_SLUG}