github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/test/registries.conf (about)

     1  # Note that changing the order here may break tests.
     2  unqualified-search-registries = ['docker.io', 'quay.io', 'registry.fedoraproject.org']
     3  
     4  [[registry]]
     5  # In Nov. 2020, Docker rate-limits image pulling.  To avoid hitting these
     6  # limits while testing, always use the google mirror for qualified and
     7  # unqualified `docker.io` images.
     8  # Ref: https://cloud.google.com/container-registry/docs/pulling-cached-images
     9  prefix="docker.io"
    10  location="mirror.gcr.io"
    11  
    12  # 2020-10-27 a number of images are not present in gcr.io, and podman
    13  # barfs spectacularly when trying to fetch them. We've hand-copied
    14  # those to quay, using skopeo copy --all ...
    15  [[registry]]
    16  prefix="docker.io/library"
    17  location="quay.io/libpod"