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