Skip to content

Commit c0b42db

Browse files
authored
Merge pull request #24 from linuxserver/tester-repo
update tester repo, prepare for tester update to jammy
2 parents 585393d + e47225f commit c0b42db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/ci.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def log_upload(self) -> None:
356356
def take_screenshot(self, container: Container, tag:str) -> None:
357357
"""Take a screenshot and save it to self.outdir
358358
359-
Spins up an lsiodev/tester container and takes a screenshot using Selenium.
359+
Spins up an ghcr.io/linuxserver/tester container and takes a screenshot using Selenium.
360360
361361
Args:
362362
`container` (Container): Container object
@@ -412,8 +412,9 @@ def start_tester(self, proto:str, endpoint:str, tag:str) -> tuple[Container,str]
412412
Container/str: Returns the tester Container object and the tester endpoint
413413
"""
414414
self.logger.info("Starting tester container for tag: %s", tag)
415-
testercontainer: Container = self.client.containers.run('lsiodev/tester:latest',
415+
testercontainer: Container = self.client.containers.run('ghcr.io/linuxserver/tester:latest',
416416
shm_size='1G',
417+
security_opt=["seccomp=unconfined"],
417418
detach=True,
418419
environment={'URL': endpoint})
419420
#Sleep for the user specified amount of time

0 commit comments

Comments
 (0)