Switch distro test containers to quay.io images.

This commit is contained in:
Matt Clay 2018-08-16 21:16:15 -07:00
parent 23adc3ecf1
commit 773c0982b0
4 changed files with 32 additions and 17 deletions

View file

@ -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