Update nginx image and QEMU version

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-10-29 10:58:06 -03:00
parent d68b90d49a
commit a42f181d73
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
4 changed files with 8 additions and 8 deletions

View file

@ -40,7 +40,7 @@ if [ "$missing" = true ];then
exit 1
fi
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v10102018-dcc6495
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v10292018-5d42f0e
DOCKER_OPTS=${DOCKER_OPTS:-""}