Merge pull request #10439 from microsoft/mahuber/azl-cfg-var

tools: Change PACKAGES var for cbl-mariner
This commit is contained in:
Fabiano Fidêncio
2024-10-23 08:39:49 +02:00
committed by GitHub

View File

@@ -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"