1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-11 09:55:58 +00:00
kata-containers/tools/packaging
Wainer dos Santos Moschetta 1465e58854 kernel: ensure initramfs exist when measured rootfs
The KATA_BUILD_CC variable plus the existence (or not) of the initramfs
were used to determine whether to build the kernel for measured rootfs
or not. Currently the variable MEASURED_ROOTFS has been used
to trigger the feature build and when it is activated it should expect
the initramfs exist. In other words, this changed the kernel build
so that if `MEASURED_ROOTFS=yes` then the initramf file must exist and
be found.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
2023-11-28 11:21:53 -03:00
..
guest-image tests: add policy to k8s tests 2023-09-01 14:28:08 +00:00
kata-debug packaging/tools: Add kata-debug 2023-07-21 14:05:30 +02:00
kata-deploy shim-v2: moved measured rootfs logic to its builder 2023-11-28 11:21:53 -03:00
kata-monitor tools/packaging: add copyright to kata-monitor's Dockerfile 2021-12-21 10:01:11 -05:00
kernel kernel: ensure initramfs exist when measured rootfs 2023-11-28 11:21:53 -03:00
qemu versions: tdx: Update QEMU to v7.2 + TDX v1.10 2023-08-28 13:11:27 +02:00
release release: Migrate tag_repos.sh to GitHub CLI 2023-10-31 15:11:28 +01:00
scripts release: Drop build_hub helper 2023-10-31 15:28:57 +01:00
static-build shim-v2: moved measured rootfs logic to its builder 2023-11-28 11:21:53 -03:00
.gitignore packaging: Remove snap package 2023-06-12 09:24:09 +01:00
artifact-list.sh scripts: Use shebang /usr/bin/env bash 2022-01-13 22:53:28 +01:00
Makefile packaging: Remove snap package 2023-06-12 09:24:09 +01:00
README.md packaging: Remove snap package 2023-06-12 09:24:09 +01:00

Kata Containers packaging

Introduction

Kata Containers currently supports packages for many distributions. Tooling to aid in creating these packages are contained within this repository.

Build in a container

Kata build artifacts are available within a container image, created by a Dockerfile. Reference DaemonSets are provided in kata-deploy, which make installation of Kata Containers in a running Kubernetes Cluster very straightforward.

Build static binaries

See the static build documentation.

Build Kata Containers Kernel

See the kernel documentation.

Build QEMU

See the QEMU documentation.

Create a Kata Containers release

See the release documentation.

Packaging scripts

See the scripts documentation.

Credits

Kata Containers packaging uses packagecloud for package hosting.