Update nginx image, go to 1.13.7 and e2e image (#5011)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-04 14:02:10 -03:00 committed by GitHub
parent 6ab10fa68d
commit a16ed1b01f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View file

@ -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.6)"
eval "$(gimme 1.13.7)"
export GOPATH="/tmp/go"

View file

@ -70,7 +70,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.6)"
eval "$(gimme 1.13.7)"
git clone https://github.com/kubernetes/ingress-nginx

View file

@ -34,7 +34,7 @@ function cleanup {
}
trap cleanup EXIT
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v01262020-44fb2a873
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v02042020-08e19a278
DOCKER_OPTS=${DOCKER_OPTS:-}