From ca40ffb01270fb8bf25ea6b17435d61a78b5bfa5 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 24 Feb 2023 23:31:17 -0700 Subject: [PATCH] Revert move to BuildKit in new Docker releases Former-commit-id: ced6925e02039b03ef5ae2f628cf530fbf8fe43e --- app/build_containers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build_containers.py b/app/build_containers.py index 04cecd62..5b85f5bf 100644 --- a/app/build_containers.py +++ b/app/build_containers.py @@ -85,7 +85,8 @@ def command(ctx, include, exclude): "CERC_NPM_AUTH_TOKEN": config("CERC_NPM_AUTH_TOKEN", default=""), "CERC_REPO_BASE_DIR": dev_root_path, "CERC_HOST_UID": f"{os.getuid()}", - "CERC_HOST_GID": f"{os.getgid()}" + "CERC_HOST_GID": f"{os.getgid()}", + "DOCKER_BUILDKIT": "0" } def process_container(container):