Merge pull request #5122 from wkloucek/update-wopi-server

update the wopi server to 9.3.0
This commit is contained in:
Willy Kloucek
2022-11-25 09:28:22 +01:00
committed by GitHub
2 changed files with 9 additions and 2 deletions

View File

@@ -811,7 +811,7 @@ def wopiValidatorTests(ctx, storage, accounts_hash_difficulty = 4):
},
{
"name": "wopiserver",
"image": "cs3org/wopiserver:v9.2.5",
"image": "cs3org/wopiserver:v9.3.0",
"detach": True,
"commands": [
"cp %s/tests/config/drone/wopiserver.conf /etc/wopi/wopiserver.conf" % (dirs["base"]),
@@ -819,6 +819,13 @@ def wopiValidatorTests(ctx, storage, accounts_hash_difficulty = 4):
"/app/wopiserver.py",
],
},
{
"name": "wait-for-wopi-server",
"image": OC_CI_ALPINE,
"commands": [
"curl -k --fail --retry-connrefused --retry 7 --retry-all-errors 'http://wopiserver:8880/wopi'",
],
},
] +
ocisServer(storage, accounts_hash_difficulty, [], [], "wopi_validator") +
[

View File

@@ -137,7 +137,7 @@ services:
driver: "local"
restart: always
wopiserver:
image: cs3org/wopiserver:${WOPISERVER_DOCKER_TAG:-v9.1.1}
image: cs3org/wopiserver:${WOPISERVER_DOCKER_TAG:-v9.3.0}
networks:
ocis-net:
entrypoint: