[xwiki/xwiki-docker] 667d9a: XDOCKER-423: The image build fails on a transient ...
Branch: refs/heads/XDOCKER-423 Home: https://github.com/xwiki/xwiki-docker Commit: 667d9a5915b16def66fc7c84222ac13ef30a4911 https://github.com/xwiki/xwiki-docker/commit/667d9a5915b16def66fc7c84222ac13... 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-423: The image build fails on a transient network error while downloading its artifacts Let curl retry the downloads instead of giving up on the first error. The archives are large and come from servers that occasionally reset the connection or slow to a crawl, which aborted the whole build and required a manual re-run. --retry-all-errors is needed on top of --retry because the failures seen in practice are mid-transfer ones, which --retry alone does not consider retryable. The options are set once in a variable so all five downloads share them. 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