Transient connectivity errors to the Internet

Dear Colleagues,

I am using the ubuntu-2404:current machine executor. Am I the only one who experiences transient network/connectivity errors from the build environment to the outside Internet?

The errors do not happen very often but often enough to be a nuisance. They can manifest, for example, as follows. During a docker build, you can suddenly get:

ERROR: failed to solve: DeadlineExceeded: DeadlineExceeded: DeadlineExceeded: composer:2.6.6: failed to resolve source metadata for docker.io/library/composer:2.6.6: failed to do request: Head "https://registry-1.docker.io/v2/library/composer/manifests/2.6.6": dial tcp 34.226.69.105:443: i/o timeout

A subsequent rerun of such a failed job would be OK in 100% of cases.

There are other examples available looking like the Internet connection is suddenly down or filtered (curl starts receiving “connection refused” etc).

Just wanted to know if it is me who is particularly out-of-luck?