Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: 319cedd2ba3a224b645a066f7660f343acae0d2f https://github.com/xwiki/xwiki-docker/commit/319cedd2ba3a224b645a066f7660f34... Author: Vincent Massol <[email protected]> Date: 2026-07-27 (Mon, 27 Jul 2026) Changed paths: M README.md Log Message: ----------- [Misc]: Replace the user documentation in README.md with a link to xwiki.org The XWiki Docker user documentation now lives on xwiki.org, at /documentation/xs/admin/installation/methods/install-xwiki-docker/, where it is more complete than the README was: it covers docker run, Docker Compose and Docker Swarm for the three databases, the image's environment variables and configuration files, volumes, logs, HTTPS, running behind a reverse proxy, using an external Solr service, building a custom image, upgrading and troubleshooting. Keeping a second copy here means the two drift apart, so the README now points at it and keeps only what is specific to this repository: what XWiki is, the license, support, how to contribute and the credits. The links in those remaining sections are updated too: the repository was renamed from xwiki-contrib/docker-xwiki to xwiki/xwiki-docker, and the community pages were renamed upstream (Community/MailingLists is now Community/Discuss and Community/IRC is now Community/Chat). Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Commit: bec4812f34707e2f78819dbfbf1c1f56e3a352af https://github.com/xwiki/xwiki-docker/commit/bec4812f34707e2f78819dbfbf1c1f5... Author: Vincent Massol <[email protected]> Date: 2026-07-27 (Mon, 27 Jul 2026) Changed paths: M 16/mariadb-tomcat/Dockerfile M 16/mysql-tomcat/Dockerfile M 16/postgres-tomcat/Dockerfile M 17/mariadb-tomcat/Dockerfile M 17/mysql-tomcat/Dockerfile M 17/postgres-tomcat/Dockerfile M 18.4/mariadb-tomcat/Dockerfile M 18.4/mysql-tomcat/Dockerfile M 18.4/postgres-tomcat/Dockerfile M 18/mariadb-tomcat/Dockerfile M 18/mysql-tomcat/Dockerfile M 18/postgres-tomcat/Dockerfile M template/Dockerfile Log Message: ----------- [Misc]: Stop naming the base image distribution in the Dockerfile comments The comments said the runtime libraries and the distribution-provided LibreOffice come from the base image's Debian release, but the base image is Ubuntu 24.04 (Noble): tomcat:<version>-jre21 follows the official Tomcat image's default variant, which moved from buster to jammy to noble over time. Since that name has already drifted once and the comments do not depend on which distribution it is, they now refer to the base image's own distribution release rather than naming it. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Compare: https://github.com/xwiki/xwiki-docker/compare/2a706f46ab72...bec4812f3470 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications