Fix repository linking
This commit is contained in:
parent
46991e47a6
commit
dbb0dcface
2 changed files with 4 additions and 3 deletions
|
@ -113,7 +113,8 @@ class TestBuildLogs(BuildLogs):
|
|||
sentence = get_sentence()
|
||||
command = random.choice(self.COMMAND_TYPES)
|
||||
if command == 'FROM':
|
||||
sentence = random.choice(['ubuntu', 'quay.io/devtable/simple',
|
||||
sentence = random.choice(['ubuntu', 'lopter/raring-base',
|
||||
'quay.io/devtable/simple',
|
||||
'quay.io/buynlarge/orgrepo',
|
||||
'stackbrew/ubuntu:precise'])
|
||||
|
||||
|
|
Reference in a new issue