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
The `clickhouse/clickhouse-server:head-alpine-arm64` Docker image build
fails intermittently with `wget: bad address` DNS resolution errors
during cross-architecture builds via QEMU. BusyBox `wget` (used in
Alpine) has no built-in retry support, so a `wget_with_retry` wrapper
retries up to 5 times with a 1-second delay.
#100363
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments