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