From 1717afb443f1af4eaade9e2231c68b914b7d67c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Fri, 10 May 2024 08:09:09 +0000 Subject: [PATCH] Demo: disable modification time in ownCloud --- demo/deployments/hub.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/demo/deployments/hub.yaml b/demo/deployments/hub.yaml index 8c5798a..1a11934 100644 --- a/demo/deployments/hub.yaml +++ b/demo/deployments/hub.yaml @@ -252,11 +252,13 @@ hub: spawner.extra_containers.append( { "name": "owncloud", - "image": "valtri/webdav-rclone-sidecar:sha-1e36c50", + "image": "valtri/webdav-rclone-sidecar:95629ff", "args": ["bearer_token_command=cat " + token_path], "env": [ {"name": "WEBDAV_URL", "value": "https://ocis.aaitest.owncloud.works/remote.php/webdav/"}, {"name": "WEBDAV_VENDOR", "value": "other"}, + # XXX: troubles with modification time in ownCloud + {"name": "MOUNT_OPTS", "value": "--no-modtime"}, {"name": "MOUNT_PATH", "value": "/owncloud"}, ], "resources": self.sidecar_resources, -- GitLab