walters / rpms / skopeo

Forked from rpms/skopeo 5 years ago
Clone

Blame registries.conf

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