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