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
commit c082b99652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,6 @@
OS_NAME=cbl-mariner OS_NAME=cbl-mariner
OS_VERSION=${OS_VERSION:-2.0} OS_VERSION=${OS_VERSION:-2.0}
LIBC="gnu" LIBC="gnu"
PACKAGES="core-packages-base-image ca-certificates" PACKAGES="kata-packages-uvm"
[ "$AGENT_INIT" = no ] && PACKAGES+=" systemd" [ "$AGENT_INIT" = no ] && PACKAGES+=" systemd"
[ "$SECCOMP" = yes ] && PACKAGES+=" libseccomp" [ "$SECCOMP" = yes ] && PACKAGES+=" libseccomp"