From 94f0c8a481fc5b35ce5ffa054a44b244ecc2873d Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 14 Sep 2021 15:01:32 +0200 Subject: [PATCH] tests: Run ocis container as root for testsuite For running the acceptance tests in docker we setup a volume that is shared between the ocis and oc10/testsuite container. Since ocis needs to be able to write to that volume we're switching it to run as root. Closes #2497 --- tests/acceptance/docker/src/ocis-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/acceptance/docker/src/ocis-image.yml b/tests/acceptance/docker/src/ocis-image.yml index 7bcd249a44..ad5ce81c2f 100644 --- a/tests/acceptance/docker/src/ocis-image.yml +++ b/tests/acceptance/docker/src/ocis-image.yml @@ -1,3 +1,4 @@ services: ocis-server: image: owncloud/ocis:$OCIS_IMAGE_TAG + user: root