Commit 393f2782 authored by nimrod's avatar nimrod
Browse files

Disable Docker Buildkit by default.

It's breaks a few things.
parent 6cd418f4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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'