Which section(s) is the issue in?
Using MachineConfigs to configure nodes -> Configuring container image registry settings
What needs fixing?
The section recommends to drop configuration files into /etc/containers/registries.d to override or augment registries.conf. However, this seems to be incorrect, the correct location for such configuration fragments should be /etc/containers/registries.conf.d. See also the upstream docs for registries.d and registries.conf.d - the configuration entry unqualified-search-registries used for the example in the documentation is explicitly mentioned in the registries.conf.d docs and should go into this directory.
Suggested fix: replace all occurrences of registries.d in the section with repositories.conf.d.
Which section(s) is the issue in?
Using MachineConfigs to configure nodes -> Configuring container image registry settings
What needs fixing?
The section recommends to drop configuration files into
/etc/containers/registries.dto override or augmentregistries.conf. However, this seems to be incorrect, the correct location for such configuration fragments should be/etc/containers/registries.conf.d. See also the upstream docs for registries.d and registries.conf.d - the configuration entryunqualified-search-registriesused for the example in the documentation is explicitly mentioned in theregistries.conf.ddocs and should go into this directory.Suggested fix: replace all occurrences of
registries.din the section withrepositories.conf.d.