391ee1
% CONTAINERS-REGISTRIES.CONF.D(5)
391ee1
% Valentin Rothberg
391ee1
% Mar 2020
391ee1
391ee1
# NAME
391ee1
containers-registries.conf.d - directory for drop-in registries.conf files
391ee1
391ee1
# DESCRIPTION
391ee1
CONTAINERS-REGISTRIES.CONF.D is a system-wide directory for drop-in
391ee1
configuration files in the `containers-registries.conf(5)` format.
391ee1
391ee1
By default, the directory is located at `/etc/containers/registries.conf.d`.
391ee1
391ee1
# CONFIGURATION PRECEDENCE
391ee1
391ee1
Once the main configuration at `/etc/containers/registries.conf` is loaded, the
391ee1
files in `/etc/containers/registries.conf.d` are loaded in alpha-numerical
391ee1
order. Then the conf files in `$HOME/.config/containers/registries.conf.d` are loaded in alpha-numerical order, if they exist. If the `$HOME/.config/containers/registries.conf` is loaded, only the conf files under `$HOME/.config/containers/registries.conf.d` are loaded in alpha-numerical order.
391ee1
Specified fields in a conf file will overwrite any previous setting.  Note
480752
that only files with the `.conf` suffix are loaded, other files and
391ee1
sub-directories are ignored.
391ee1
391ee1
For instance, setting the `unqualified-search-registries` in
391ee1
`/etc/containers/registries.conf.d/myregistries.conf` will overwrite previous
391ee1
settings in `/etc/containers/registries.conf`.  The `[[registry]]` tables merged
391ee1
by overwriting existing items if the prefixes are identical while new ones are
391ee1
added.
391ee1
391ee1
All drop-in configuration files must be specified in the version 2 of the
391ee1
`containers-registries.conf(5)` format.
391ee1
391ee1
# SEE ALSO
391ee1
`containers-registries.conf(5)`
391ee1
391ee1
# HISTORY
391ee1
391ee1
Mar 2020, Originally compiled by Valentin Rothberg <rothberg@redhat.com>