You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: retry apt-get update on transient mirror failures in Dockerfiles
The initial apt-get update can fail with hash mismatches when Ubuntu
mirrors are mid-sync. The existing retry logic only covered apt-get
install failures, not apt-get update failures. This adds a retry with
cache clear for the initial apt-get update in both agent and squid
Dockerfiles.
Fixes: squid-proxy build failure (exit code 100) in --build-local CI
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments