mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
Included is a dockerfile that installs system deps of kola in an debian:11 image. For the test script, the control flow is: qemu_uefi.sh qemu_uefi_arm64.sh (docker) qemu_common.sh qemu_common uses the 'NATIVE_ARM64' variable passed by the jenkins job to control the behavior. The differences are: * use git directly to fetch (and verify) the manifest * setup some symlinks so that /var/tmp is on the same BTRFS partition as $PWD/tmp * setup symlinks so that we don't have to fixup installation of mantle to chroot * run things directly instead of in chroot through cork The whole script is executed as root, because kola requires root privileges anyway and making kvm and sudo work with an arbitrary host user inside the container would require a custom entrypoint to setup groups. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
Flatcar Container Linux SDK scripts
Welcome to the scripts repo, your starting place for most things here in the Flatcar Container Linux SDK. To get started you can find our documentation on the Flatcar docs website.
Description
Languages
Shell
93.1%
Python
6.9%