Added retries to the docker pulls (#1701)

This commit is contained in:
Aine
2022-03-17 15:37:11 +00:00
committed by GitHub
parent 2af4a92fa9
commit 2da3768b20
58 changed files with 231 additions and 0 deletions

View File

@ -67,6 +67,10 @@ matrix_debian_arch: "{{ 'armhf' if matrix_architecture == 'arm32' else matrix_ar
matrix_container_global_registry_prefix: "docker.io/"
# Each docker pull will retry on failed attempt 10 times with delay of 10 seconds between each attempt.
matrix_container_retries_count: 10
matrix_container_retries_delay: 10
matrix_user_username: "matrix"
matrix_user_groupname: "matrix"