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