From 357b023812adc692546a0d4714d03f8edf03fb56 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 5 Apr 2020 20:44:57 +0300 Subject: [PATCH] Revert "Disable Docker Buildkit by default." This reverts commit 393f2782236732873123a3e436b7acdbbf85a9e1. --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 11a153c..f068bbc 100644 --- a/.bashrc +++ b/.bashrc @@ -51,6 +51,8 @@ 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 +export COMPOSE_DOCKER_CLI_BUILD=1 alias ll='ls -lha' alias la='ls -AF' -- GitLab