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