Registry.fedoraproject.org is slow (6.5 KiB/s)

Hi,

registry.fedoraproject.org is being slow slow. Below is an example of Podman execution:

$ podman run --rm -it --userns=keep-id --network host fedora:40
Resolved "fedora" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf)
Trying to pull registry.fedoraproject.org/fedora:40...
Getting image source signatures
Copying blob 6a1533f9b482 [=>------------------------------------] 3.6MiB / 79.1MiB | 7.3 KiB/s

Below is an example that uses docker.io instead:

$ podman run --rm -it --userns=keep-id --network host docker.io/library/fedora:40
Trying to pull docker.io/library/fedora:40...
Getting image source signatures
Copying blob d4df0db66c89 [==============>-----------------------] 29.7MiB / 76.4MiB | 316.8 MiB/s

I tried with my university’s network and my home network, both located in Tokyo and backed with fiber connections. Does anyone have a similar problem?

I have found that quay.io had the images I was looking for even though registry.fedoraproject.org showed up while searching. Seems the move occured a while back.

1 Like