Fix repository linking

This commit is contained in:
Joseph Schorr 2014-02-12 21:32:46 -05:00
parent 46991e47a6
commit dbb0dcface
2 changed files with 4 additions and 3 deletions

View file

@ -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'])