github.com/containers/podman/v5@v5.1.0-rc1/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"
    18  
    19  # For testing #11933 to make sure that registries.conf is consulted unless
    20  # --tls-verify is used during container creation.
    21  [[registry]]
    22  location="localhost:5000"
    23  insecure=true
    24  
    25  # Alias used in tests.
    26  [aliases]
    27    "podman-desktop-test123"="florent.fr/will/like"