Update nginx image and go to 1.14.3

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-05-26 15:14:10 -04:00
parent 209405940c
commit 78935500eb
7 changed files with 9 additions and 11 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.14.2)"
eval "$(gimme 1.14.3)"
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.14.2)"
eval "$(gimme 1.14.3)"
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:v04212020-5d67794f4
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v05262020-209405940c6
DOCKER_OPTS=${DOCKER_OPTS:-}