From a730cef9cfe0630c8f6efbc486e795f2ef6b6c9d Mon Sep 17 00:00:00 2001 From: Manuel Huber Date: Mon, 21 Oct 2024 22:51:10 +0000 Subject: [PATCH] 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 --- tools/osbuilder/rootfs-builder/cbl-mariner/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osbuilder/rootfs-builder/cbl-mariner/config.sh b/tools/osbuilder/rootfs-builder/cbl-mariner/config.sh index 694124acd6..9760a50e3e 100644 --- a/tools/osbuilder/rootfs-builder/cbl-mariner/config.sh +++ b/tools/osbuilder/rootfs-builder/cbl-mariner/config.sh @@ -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"