e2e: use docker proxy for test images

This commit is contained in:
Jens Langhammer
2020-10-27 00:34:30 +01:00
parent c92dda77f1
commit e805fb62fb
9 changed files with 10 additions and 10 deletions

View File

@ -47,7 +47,7 @@ class TestProviderOAuth2OAuth(SeleniumTestCase):
def get_container_specs(self) -> Optional[Dict[str, Any]]:
return {
"image": "grafana/grafana:7.1.0",
"image": "docker.beryju.org/proxy/grafana/grafana:7.1.0",
"detach": True,
"network_mode": "host",
"auto_remove": True,