Skip to content

Commit

Permalink
Disable docker in docker tasks in terraform release script (#4914)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Jan 12, 2020
1 parent 77ddda7 commit f3b15b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/images/ingress-controller/build-ingress-controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ echo ${docker_password} | docker login -u ${docker_username} --password-stdin qu
curl -sL -o /usr/local/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
chmod +x /usr/local/bin/gimme

eval "$(gimme 1.13.1)"
eval "$(gimme 1.13.6)"

export GOPATH="/tmp/go"

Expand All @@ -80,6 +80,9 @@ git clone https://github.com/kubernetes/ingress-nginx

cd ingress-nginx

# disable docker in docker tasks
export DIND_TASKS=0

make register-qemu

echo "Building NGINX image..."
Expand Down

0 comments on commit f3b15b4

Please sign in to comment.