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(dockerfile): add retry logic for install-php-extensions download in v1
Adds 3-attempt retry loop with 5s/10s/20s exponential backoff for:
1. install-php-extensions script download from GitHub
2. PHP extension compilation and installation
This addresses transient network timeouts that occur on both Alpine and
Debian builds. The retry logic handles:
- Network timeouts during curl download
- Compilation/installation failures due to transient issues
- Clear logging of retry attempts and failures
Each layer has independent retry loops for robustness.
0 commit comments