spiegel_podman/vendor/github.com/containers/common/pkg/config
Valentin Rothberg d5841ed528 add --module flag
Support a new concept in containers.conf called "modules".  A "module"
is a containers.conf file located at a specific directory.  More than
one module can be loaded in the specified order, following existing
override semantics.

There are three directories to load modules from:
 - $CONFIG_HOME/containers/containers.conf.modules
 - /etc/containers/containers.conf.modules
 - /usr/share/containers/containers.conf.modules

With CONFIG_HOME pointing to $HOME/.config or, if set, $XDG_CONFIG_HOME.
Absolute paths will be loaded as is, relative paths will be resolved
relative to the three directories above allowing for admin configs
(/etc/) to override system configs (/usr/share/) and user configs
($CONFIG_HOME) to override admin configs.

Pulls in containers/common/pull/1599.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2023-08-16 14:32:35 +02:00
..
config.go add --module flag 2023-08-16 14:32:35 +02:00
config_darwin.go Update vendor of containers/(storage,image) 2023-07-24 10:35:59 -04:00
config_freebsd.go Update vendor of containers/(storage,image) 2023-07-24 10:35:59 -04:00
config_linux.go Update vendor of containers/(storage,image) 2023-07-24 10:35:59 -04:00
config_local.go vendor: bump c/image and c/common 2023-08-01 22:05:54 +05:30
config_remote.go vendor c/common@0ededd18a1 2022-03-18 15:18:30 +01:00
config_unsupported.go vendor c/common@0ededd18a1 2022-03-18 15:18:30 +01:00
config_windows.go Update vendor of containers/(storage,image) 2023-07-24 10:35:59 -04:00
containers.conf Vendor c/common changes 2023-08-09 11:07:27 -04:00
containers.conf-freebsd Vendor c/common changes 2023-08-09 11:07:27 -04:00
db_backend.go vendor c/common@852ca05a1f 2023-02-21 14:06:42 +01:00
default.go add --module flag 2023-08-16 14:32:35 +02:00
default_common.go update c/{common,image,storage} to latest 2023-06-13 16:27:51 +02:00
default_darwin.go add a podman-compose command 2023-07-24 19:23:04 +02:00
default_freebsd.go add a podman-compose command 2023-07-24 19:23:04 +02:00
default_linux.go add --module flag 2023-08-16 14:32:35 +02:00
default_unsupported.go add --module flag 2023-08-16 14:32:35 +02:00
default_windows.go add --module flag 2023-08-16 14:32:35 +02:00
modules.go add --module flag 2023-08-16 14:32:35 +02:00
new.go add --module flag 2023-08-16 14:32:35 +02:00
nosystemd.go vendor c/common@0ededd18a1 2022-03-18 15:18:30 +01:00
pod_exit_policy.go vendor c/common@main 2022-05-02 11:16:14 +02:00
pull_policy.go Vendor in containers/(storage,image, common, buildah) 2022-07-18 10:42:04 -04:00
systemd.go system df: fix image-size calculations 2022-10-19 11:20:41 +02:00