switch to owncloudci/wait-for

This commit is contained in:
Willy Kloucek
2021-04-16 14:10:57 +02:00
parent fb30483d6f
commit e4b9461ccc

View File

@@ -1341,10 +1341,10 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes=[]):
},
{
'name': 'wait-for-ocis-server',
'image': 'thegeeklab/wait-for:latest',
'image': 'owncloudci/wait-for:latest',
'pull': 'always',
'commands': [
'wait-for ocis-server:9200 -t 300',
'wait-for -it ocis-server:9200 -t 300',
],
},
]