mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-14 16:19:40 -06:00
Replace webhippie nodejs & redis imgs in CI
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user