mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
e618a6d5ee
Sometimes github gives up 5xx errors, for example: > panic: getImages error exit status 1 (output: curl: (22) The requested URL returned error: 502 > Failed to get https://github.com/docker-library/busybox/raw/dist-i386/stable/glibc/busybox.tar.xz This is unfortunate but temporary, and adding --retry should handle at least some cases, improving CI stability. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>