From 2fa565e81152da1aa1a4bf32a9284544bb84990c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 30 Aug 2020 10:01:20 +0300 Subject: [PATCH] Don't use Buildkit with Docker Compose. When using a remote Docker host, the images are build locally. --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index 800ae90..cc90536 100644 --- a/.bashrc +++ b/.bashrc @@ -52,7 +52,6 @@ export LESS_TERMCAP_us=$'\E[01;32m' export LESS_TERMCAP_ue=$'\E[0m' export HELM_HOME="$HOME/.helm" export DOCKER_BUILDKIT=1 -export COMPOSE_DOCKER_CLI_BUILD=1 export PGSSLROOTCERT=/etc/ssl/certs/ca-certificates.crt export CLOUDSDK_ACTIVE_CONFIG_NAME='shore' export GNUPGHOME="$HOME/Documents/.gnupg" -- GitLab