Created
June 24, 2020 13:37
-
-
Save egeneralov/771039a6cb23fa2039ceeaec312835ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export DOCKER_CLI_EXPERIMENTAL=enabled | |
export TAG=0.32.0 | |
export _PULL_BASE_REF="master" | |
export REGISTRY=egeneralov | |
go get -v k8s.io/ingress-nginx | |
cd ~/go/src/k8s.io/ingress-nginx | |
git checkout controller-0.32.0 | |
sed -i -e 's/^ALL_ARCH.*/ALL_ARCH = amd64/g' Makefile | |
sed -i 's/amd64 arm arm64/amd64/g' images/nginx/Makefile | |
make build container | |
docker push egeneralov/nginx-ingress-controller-amd64:${TAG} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment