Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: be3a3642e72af8e01555d1be8aeb14467a448d67 https://github.com/xwiki/xwiki-docker/commit/be3a3642e72af8e01555d1be8aeb144... Author: sautner <[email protected]> Date: 2026-07-29 (Wed, 29 Jul 2026) Changed paths: M 16/mariadb-tomcat/xwiki/docker-entrypoint.sh M 16/mysql-tomcat/xwiki/docker-entrypoint.sh M 16/postgres-tomcat/xwiki/docker-entrypoint.sh M 17/mariadb-tomcat/xwiki/docker-entrypoint.sh M 17/mysql-tomcat/xwiki/docker-entrypoint.sh M 17/postgres-tomcat/xwiki/docker-entrypoint.sh M 18.4/mariadb-tomcat/xwiki/docker-entrypoint.sh M 18.4/mysql-tomcat/xwiki/docker-entrypoint.sh M 18.4/postgres-tomcat/xwiki/docker-entrypoint.sh M 18/mariadb-tomcat/xwiki/docker-entrypoint.sh M 18/mysql-tomcat/xwiki/docker-entrypoint.sh M 18/postgres-tomcat/xwiki/docker-entrypoint.sh M template/xwiki/docker-entrypoint.sh Log Message: ----------- XDOCKER-417: Configuration fails on read-only root filesystem (#94) * XDOCKER-417: Configuration fails on read-only root filesystem * Write the temporary files used to rewrite xwiki.cfg, xwiki.properties and hibernate.cfg.xml to /usr/local/xwiki/data/tmp instead of next to the target file, whose directory is not writable with a read-only root filesystem * Restore the pristine copy when sed fails after the truncating redirect has emptied the target, and leave the target alone when the redirect itself could not open it * Warn on stderr instead of failing when the .first_start_completed marker cannot be created Co-Authored-By: Claude Opus 5 <[email protected]> * [Misc] Remove redundant permanent directory creation The permanent directory is already created before first_start() and other_starts() run: clean_temporary_directory() creates data/tmp and the logback appender setup creates data/logs, both of which create the parent. Co-Authored-By: Claude Opus 5 <[email protected]> --------- Co-authored-by: Claude Opus 5 <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications