mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-04 19:16:23 +00:00
Merge pull request #10439 from microsoft/mahuber/azl-cfg-var
tools: Change PACKAGES var for cbl-mariner
This commit is contained in:
commit
c082b99652
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user