meta-digi-containers: include cc-container-mng in dey-image-container-manager
Add cc-container-mng to dey-image-container-manager so the image ships the container management daemon together with the trimmed Podman and LXC runtimes. https://onedigi.atlassian.net/browse/DEL-9996 https://onedigi.atlassian.net/browse/DEL-10005 Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
d721721567
commit
1b6474935d
|
|
@ -72,6 +72,7 @@ CORE_TOOLS = " \
|
||||||
|
|
||||||
# Tools to manage containers
|
# Tools to manage containers
|
||||||
CONTAINER_MANAGEMENT = " \
|
CONTAINER_MANAGEMENT = " \
|
||||||
|
cc-container-mng \
|
||||||
lxc-trimmed \
|
lxc-trimmed \
|
||||||
podman-trimmed \
|
podman-trimmed \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue