[xwiki/xwiki-docker] d7b4d2: XDOCKER-423: The image build fails on a transient ...
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: d7b4d27d4e2c6ba15cd075c8caaf2815c9e25fda https://github.com/xwiki/xwiki-docker/commit/d7b4d27d4e2c6ba15cd075c8caaf281... 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 (#99) 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