kata-containers/tools/packaging
Zvonko Kaiser 0309b70522 gpu: Pass-through KBUILD_SIGN_PIN
In kata-deploy-binaries.sh we need to pass-through the var
KBUILD_SIGN_PIN to the other static builder scripts.

Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
2025-02-28 01:31:35 +00:00
..
guest-image osbuilder: ubuntu: Ensure OS_VERSION is passed & used 2025-01-27 14:19:42 +01:00
kata-debug
kata-deploy gpu: Pass-through KBUILD_SIGN_PIN 2025-02-28 01:31:35 +00:00
kata-monitor kata-monitor: fix Dockerfile to build image 2023-12-26 15:11:13 +08:00
kernel gpu: Add the proper handling in build-kernel.sh 2025-02-28 01:31:35 +00:00
qemu gpu: Add no_patches.txt for TDX flavour 2025-02-19 14:59:04 +00:00
release release: Abort if release version exists 2024-12-18 11:04:19 +00:00
scripts packaging: agent: Add rust version to the builder image name 2025-02-06 08:53:51 +00:00
static-build packaging: Move builds to Ubuntu 22.04 2025-02-10 21:25:43 +01:00
.gitignore
artifact-list.sh
Makefile
README.md

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.