mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
22 lines
527 B
Text
22 lines
527 B
Text
menu "Configuration"
|
|
depends on PACKAGE_swmodd
|
|
|
|
config SWMODD_LXC_SUPPORT
|
|
bool "Handles LXC based containers"
|
|
default n
|
|
depends on PACKAGE_swmodd
|
|
select PACKAGE_liblxc
|
|
|
|
config SWMODD_OCI_SUPPORT
|
|
bool "Handles OCI containers"
|
|
default y
|
|
depends on PACKAGE_swmodd
|
|
select PACKAGE_crun
|
|
|
|
config SWMODD_REGISTRY_PULL_SUPPORT
|
|
bool "Add support to pull images from container image registries (i.e: docker.io, quay.io)"
|
|
default n
|
|
depends on PACKAGE_swmodd
|
|
select PACKAGE_skopeo
|
|
select PACKAGE_umoci
|
|
endmenu
|