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

@ -38,7 +38,7 @@ class TestProviderSAML(SeleniumTestCase):
client: DockerClient = from_env()
client.images.pull("beryju/oidc-test-client")
container = client.containers.run(
image="beryju/saml-test-sp",
image="docker.beryju.org/proxy/beryju/saml-test-sp",
detach=True,
network_mode="host",
auto_remove=True,