3e1f1c5
# This is a system-wide configuration file used to
3e1f1c5
# keep track of registries for various container backends.
3e1f1c5
# It adheres to TOML format and does not support recursive
3e1f1c5
# lists of registries.
3e1f1c5
3e1f1c5
# The default location for this configuration file is /etc/containers/registries.conf.
3e1f1c5
3e1f1c5
# The only valid categories are: 'registries.search', 'registries.insecure', 
3e1f1c5
# and 'registries.block'.
3e1f1c5
3e1f1c5
[registries.search]
31bf73f
registries = ['docker.io', 'registry.fedoraproject.org', 'quay.io', 'registry.access.redhat.com', 'registry.centos.org']
3e1f1c5
3e1f1c5
# If you need to access insecure registries, add the registry's fully-qualified name.
3e1f1c5
# An insecure registry is one that does not have a valid SSL certificate or only does HTTP.
3e1f1c5
[registries.insecure]
3e1f1c5
registries = []
3e1f1c5
3e1f1c5
3e1f1c5
# If you need to block pull access from a registry, uncomment the section below
3e1f1c5
# and add the registries fully-qualified name.
3e1f1c5
#
3e1f1c5
# Docker only
3e1f1c5
[registries.block]
3e1f1c5
registries = []