mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-19 09:51:29 +00:00
tools: Change PACKAGES var for cbl-mariner
Change the PACKAGES variable for the cbl-mariner rootfs-builder to use the kata-packages-uvm meta package from packages.microsoft.com to define the set of packages to be contained in the UVM. This aligns the UVM build for the Azure Linux distribution with the UVM build done for the Kata Containers offering on Azure Kubernetes Services (AKS). Signed-off-by: Manuel Huber <mahuber@microsoft.com>
This commit is contained in:
parent
91b874f18c
commit
a730cef9cf
@ -5,6 +5,6 @@
|
||||
OS_NAME=cbl-mariner
|
||||
OS_VERSION=${OS_VERSION:-2.0}
|
||||
LIBC="gnu"
|
||||
PACKAGES="core-packages-base-image ca-certificates"
|
||||
PACKAGES="kata-packages-uvm"
|
||||
[ "$AGENT_INIT" = no ] && PACKAGES+=" systemd"
|
||||
[ "$SECCOMP" = yes ] && PACKAGES+=" libseccomp"
|
||||
|
Loading…
Reference in New Issue
Block a user