Skip to content

Instantly share code, notes, and snippets.

@EngHabu
Created September 23, 2020 22:38
Show Gist options
  • Save EngHabu/db5bce22b37d1d45f7c34dd9e078606e to your computer and use it in GitHub Desktop.
Save EngHabu/db5bce22b37d1d45f7c34dd9e078606e to your computer and use it in GitHub Desktop.
# This is a system-wide configuration file used to
# keep track of registries for various container backends.
# It adheres to TOML format and does not support recursive
# lists of registries.
# The default location for this configuration file is /etc/containers/registries.conf.
# The only valid categories are: 'registries.search', 'registries.insecure',
# and 'registries.block'.
[registries.search]
registries = ['docker.io', 'registry.fedoraproject.org', 'quay.io', 'registry.access.redhat.com', 'registry.centos.org']
# If you need to access insecure registries, add the registry's fully-qualified name.
# An insecure registry is one that does not have a valid SSL certificate or only does HTTP.
[registries.insecure]
registries = []
# If you need to block pull access from a registry, uncomment the section below
# and add the registries fully-qualified name.
#
[registries.block]
registries = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment