We have support for distros shipping config for storage, containers, seccomp and more into /usr/share/containers with sysadmins being able to write system wide config in /etc/containers and user config in $HOME/.config/containers
However, for registry configuration we only support /etc/containers and $HOME/.config/containers
(source: https://github.com/containers/image/blob/main/docs/containers-registries.conf.d.5.md)
The inability to provide a distro registry config in /usr/share/containers is the reason why openSUSE still cannot ship shortnames, because we wouldn't want to potentially overwrite/complicate the sysadmins own registry config in /etc (as a general rule *SUSE is trying to avoid packaging anything in /etc as much as possible)
Is there any reason for the current omission? Can we add support for registries config in /usr as we do for so much else already?
We have support for distros shipping config for storage, containers, seccomp and more into
/usr/share/containerswith sysadmins being able to write system wide config in/etc/containersand user config in$HOME/.config/containersHowever, for registry configuration we only support
/etc/containersand$HOME/.config/containers(source: https://github.com/containers/image/blob/main/docs/containers-registries.conf.d.5.md)
The inability to provide a distro registry config in
/usr/share/containersis the reason why openSUSE still cannot ship shortnames, because we wouldn't want to potentially overwrite/complicate the sysadmins own registry config in /etc (as a general rule *SUSE is trying to avoid packaging anything in /etc as much as possible)Is there any reason for the current omission? Can we add support for registries config in /usr as we do for so much else already?