There are 3 updates, 1 comment.
 
 
XWiki Docker images / cid:jira-generated-image-avatar-61c204bf-1a04-48aa-9e07-a8f6ecde345e XDOCKER-83 Open

Support for ARM architectures

 
View issue   ·   Add comment
 

3 updates

 
cid:jira-generated-image-avatar-b1c443ec-28af-4eea-aa44-b450b17d095d Changes by Vincent Massol on 19/Jul/26 12:09
 
Assignee: Vincent Massol
Resolution: Cannot Reproduce
Status: Open Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-b1c443ec-28af-4eea-aa44-b450b17d095d Vincent Massol on 19/Jul/26 12:09
 

This is already the case: the XWiki Docker image is built and published as a multi-architecture image supporting both linux/amd64 and linux/arm64, so the problem reported here can no longer be reproduced.

The only native, architecture-specific component in the image is LibreOffice (used for office document import/export via JODConverter); everything else is either pure Java (the XWiki WAR and the MySQL/MariaDB/PostgreSQL JDBC drivers) or already multi-arch (the Tomcat base image). Since XDOCKER-157 the Dockerfile selects the LibreOffice package matching the build's TARGETARCH (amd64 -> x86_64, arm64 -> aarch64) with a per-architecture sha256 check, so the image builds and runs natively on ARM with no manual changes – no more need to rebuild the image locally as described in the original report.

Closing as Cannot Reproduce.