From fb5b34d136fd896bf39734bcd1adb818d0350c52 Mon Sep 17 00:00:00 2001 From: Pascal Wengerter Date: Wed, 2 Jun 2021 16:45:16 +0100 Subject: [PATCH] Replace webhippie nodejs & redis imgs in CI --- .drone.star | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.drone.star b/.drone.star index 54be44a3fa..e428cf1d90 100644 --- a/.drone.star +++ b/.drone.star @@ -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",