e2e: don't use proxy for quay
This commit is contained in:
parent
e805fb62fb
commit
287b38efee
|
@ -74,7 +74,7 @@ class TestSourceOAuth2(SeleniumTestCase):
|
|||
|
||||
def get_container_specs(self) -> Optional[Dict[str, Any]]:
|
||||
return {
|
||||
"image": "docker.beryju.org/proxy/quay.io/dexidp/dex:v2.24.0",
|
||||
"image": "quay.io/dexidp/dex:v2.24.0",
|
||||
"detach": True,
|
||||
"network_mode": "host",
|
||||
"auto_remove": True,
|
||||
|
|
Reference in New Issue