From 51cdf4bb4f1694234dab74a3f7e0e6f048f18882 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 1 Sep 2020 06:12:32 -0500 Subject: [PATCH] =?UTF-8?q?fix(build):=20=F0=9F=90=9B=F0=9F=94=A8=20try=20?= =?UTF-8?q?fixing=20enabling=20docker=20BuildKit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/directory/azure-pipelines.api.yaml | 1 + services/directory/azure-pipelines.migrate.yaml | 1 + web/azure-pipelines.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/services/directory/azure-pipelines.api.yaml b/services/directory/azure-pipelines.api.yaml index 8de23ed81..f0ae913c9 100644 --- a/services/directory/azure-pipelines.api.yaml +++ b/services/directory/azure-pipelines.api.yaml @@ -36,6 +36,7 @@ pool: vmImage: ubuntu-latest variables: + COMPOSE_DOCKER_CLI_BUILD: 1 DOCKER_BUILDKIT: 1 steps: diff --git a/services/directory/azure-pipelines.migrate.yaml b/services/directory/azure-pipelines.migrate.yaml index 2acb7afa2..d687dcba7 100644 --- a/services/directory/azure-pipelines.migrate.yaml +++ b/services/directory/azure-pipelines.migrate.yaml @@ -17,6 +17,7 @@ pool: vmImage: ubuntu-latest variables: + COMPOSE_DOCKER_CLI_BUILD: 1 DOCKER_BUILDKIT: 1 steps: diff --git a/web/azure-pipelines.yaml b/web/azure-pipelines.yaml index 470cd4104..21e5852c9 100644 --- a/web/azure-pipelines.yaml +++ b/web/azure-pipelines.yaml @@ -16,6 +16,7 @@ pool: vmImage: ubuntu-latest variables: + COMPOSE_DOCKER_CLI_BUILD: 1 DOCKER_BUILDKIT: 1 steps: