mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-11 09:55:58 +00:00
Use Mariner 3.0 (a.k.a., Azure Linux 3.0) as the Guest CI image. Signed-off-by: Dan Mihai <dmihai@microsoft.com>
11 lines
269 B
Bash
11 lines
269 B
Bash
# Copyright (c) 2023 Microsoft Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
OS_NAME=cbl-mariner
|
|
OS_VERSION=${OS_VERSION:-3.0}
|
|
LIBC="gnu"
|
|
PACKAGES="kata-packages-uvm"
|
|
[ "$AGENT_INIT" = no ] && PACKAGES+=" systemd"
|
|
[ "$SECCOMP" = yes ] && PACKAGES+=" libseccomp"
|