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

@ -33,7 +33,7 @@ class TestProviderOAuth2Github(SeleniumTestCase):
def get_container_specs(self) -> Optional[Dict[str, Any]]:
"""Setup client grafana container which we test OAuth against"""
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,