Replace webhippie nodejs & redis imgs in CI

This commit is contained in:
Pascal Wengerter
2021-06-02 16:45:16 +01:00
parent 947b3d6dad
commit fb5b34d136

View File

@@ -652,7 +652,7 @@ def settingsUITests(ctx, storage = "ocis", accounts_hash_difficulty = 4):
ocisServer(storage, accounts_hash_difficulty, [stepVolumeOC10Tests]) + [
{
"name": "WebUIAcceptanceTests",
"image": "webhippie/nodejs:latest",
"image": "owncloudci/nodejs:14",
"pull": "always",
"environment": {
"SERVER_HOST": "https://ocis-server:9200",
@@ -689,11 +689,8 @@ def settingsUITests(ctx, storage = "ocis", accounts_hash_difficulty = 4):
"services": [
{
"name": "redis",
"image": "webhippie/redis",
"image": "redis:6-alpine",
"pull": "always",
"environment": {
"REDIS_DATABASES": 1,
},
},
{
"name": "selenium",