mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 09:20:15 -06:00
switch to owncloudci/wait-for
This commit is contained in:
@@ -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',
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user