kata-containers/tools/packaging
Hyounggyu Choi 27ce3eef12 local-build: Do not use measured rootfs on s390x
IBM SE ensures to make initrd measured by genprotimg and verified by ultravisor.
Let's not build the measured rootf on s390x.

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
2025-02-06 10:12:55 +01:00
..
guest-image osbuilder: ubuntu: Ensure OS_VERSION is passed & used 2025-01-27 14:19:42 +01:00
kata-debug packaging/tools: Add kata-debug 2023-07-21 14:05:30 +02:00
kata-deploy local-build: Do not use measured rootfs on s390x 2025-02-06 10:12:55 +01:00
kata-monitor kata-monitor: fix Dockerfile to build image 2023-12-26 15:11:13 +08:00
kernel kernel: Add CONFIG_TMPFS_XATTR to confidential kernel 2025-01-27 07:07:54 +01:00
qemu qemu: Bump version, new options, add no_patches 2024-12-11 16:32:39 +00:00
release release: Abort if release version exists 2024-12-18 11:04:19 +00:00
scripts virtiofsd: Enable build for RISC-V 2025-01-21 18:05:37 +08:00
static-build Merge pull request #10751 from ryansavino/snp-upstream-host-kernel-support 2025-02-03 11:20:59 -05: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.