Merge "Don't allocate pseudo-TTY when creating containers"

This commit is contained in:
Zuul 2018-11-19 12:18:15 +00:00 committed by Gerrit Code Review
commit d0bb2fdcba
2 changed files with 0 additions and 2 deletions

View File

@ -639,7 +639,6 @@ class DockerWorker(object):
'image': self.params.get('image'), 'image': self.params.get('image'),
'name': self.params.get('name'), 'name': self.params.get('name'),
'volumes': volumes, 'volumes': volumes,
'tty': True
} }
def create_container(self): def create_container(self):

View File

@ -133,7 +133,6 @@ FAKE_DATA = {
'image': 'myregistrydomain.com:5000/ubuntu:16.04', 'image': 'myregistrydomain.com:5000/ubuntu:16.04',
'name': 'test_container', 'name': 'test_container',
'volumes': None, 'volumes': None,
'tty': True
}, },
'images': [ 'images': [