mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-08-09 16:20:59 +00:00
When ORAS is not preinstalled, install_oras.sh status messages leak into the command substitution that captures the cached gperf path, so the file check fails and CI falls back to a flaky upstream curl that often times out (exit 28). Redirect installer output to stderr, and harden the direct-download fallbacks with retries and timeouts. Fixes: #13560 Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>