[xwiki/xwiki-docker] 52ba19: XDOCKER-421: The Docker image fails to build witho...
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: 52ba19b9036d57318b60ab84ada1711da5e9cd9f https://github.com/xwiki/xwiki-docker/commit/52ba19b9036d57318b60ab84ada1711... Author: Vincent Massol <[email protected]> Date: 2026-07-29 (Wed, 29 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: ----------- XDOCKER-421: The Docker image fails to build without BuildKit because TARGETARCH is empty (#97) Read the architecture from the image with dpkg --print-architecture instead of relying on the TARGETARCH build argument, which only BuildKit sets automatically. The Docker Official Images infrastructure builds with the classic builder, where TARGETARCH expands to the empty string, so the LibreOffice architecture selection fell into its error branch and the build failed. Both builders report the same amd64/arm64 values, so the selection is unchanged. Co-authored-by: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
participants (1)
-
XWiki Notifications