Skip to content

Commit

Permalink
Fix release script (#4973)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Jan 28, 2020
1 parent 9fa3940 commit 1f93cb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/images/ingress-controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM 8s.gcr.io/debian-base:v2.0.0
FROM k8s.gcr.io/debian-base:v2.0.0

ENV TERRAFORM_VERSION 0.12.19

Expand Down
2 changes: 2 additions & 0 deletions build/images/ingress-controller/build-ingress-controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ cd ingress-nginx
# disable docker in docker tasks
export DIND_TASKS=0

export DOCKER_CLI_EXPERIMENTAL=enabled

make init-docker-buildx
docker buildx use ingress-nginx --default --global

Expand Down

0 comments on commit 1f93cb8

Please sign in to comment.