From 1b8acb7065b2ced573df50f10d817ff1217f7046 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 27 Feb 2020 15:02:22 +0200 Subject: [PATCH] Disable Docker Buildkit by default. It's breaks a few things. --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index 56fc58a..03e3aa3 100644 --- a/.bashrc +++ b/.bashrc @@ -51,7 +51,6 @@ export LESS_TERMCAP_se=$'\E[0m' export LESS_TERMCAP_us=$'\E[01;32m' export LESS_TERMCAP_ue=$'\E[0m' export HELM_HOME="$HOME/.helm" -export DOCKER_BUILDKIT=1 alias ll='ls -lha' alias la='ls -AF' -- GitLab