Start using e2e test images from gcr.io

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-26 21:18:38 -04:00
parent fc91afac88
commit 1539a24c7b
6 changed files with 11 additions and 19 deletions

View file

@ -34,7 +34,7 @@ function cleanup {
}
trap cleanup EXIT
E2E_IMAGE=${E2E_IMAGE:-quay.io/kubernetes-ingress-controller/e2e:v05312020-d250b97b4}
E2E_IMAGE=${E2E_IMAGE:-gcr.io/k8s-staging-ingress-nginx/e2e-test-runner:v20200627-ingress-nginx-2.9.0-9-ga003eabd5}
DOCKER_OPTS=${DOCKER_OPTS:-}