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