mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 22:31:25 -07:00
Switch distro test containers to quay.io images.
This commit is contained in:
parent
23adc3ecf1
commit
773c0982b0
4 changed files with 32 additions and 17 deletions
|
@ -40,6 +40,7 @@ class EnvironmentConfig(CommonConfig):
|
|||
self.python = args.tox # type: str
|
||||
|
||||
self.docker = docker_qualify_image(args.docker) # type: str
|
||||
self.docker_raw = args.docker # type: str
|
||||
self.remote = args.remote # type: str
|
||||
|
||||
self.docker_privileged = args.docker_privileged if 'docker_privileged' in args else False # type: bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue