kata-containers/tools/packaging
stevenhorsman 2741e42b34 kata-deploy: Add kata-qemu-runtime-rs-coco-dev runtime class
Add the runtime class and shim references for the new
 non-tee runtime-rs class

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
2025-08-11 11:00:24 +01:00
..
guest-image build: abandon PULL_TYPE build env 2025-06-16 13:53:55 +08:00
kata-debug kata-debug: Make path resolution more robust 2025-05-06 21:16:25 +09:00
kata-deploy kata-deploy: Add kata-qemu-runtime-rs-coco-dev runtime class 2025-08-11 11:00:24 +01:00
kata-monitor tools: kata-monitor: update go version used to build in Dockerfile 2025-06-25 15:32:41 -07:00
kernel kernel: bump kernel version 2025-07-15 16:48:23 +02:00
qemu version: Bump QEMU to v10.0.3 2025-08-07 22:31:30 +02:00
release shellcheck: Fix shellcheck SC2068 2025-03-04 09:35:46 +00:00
scripts shellcheck: Fix shellcheck SC2068 2025-03-04 09:35:46 +00:00
static-build tools: add image for Go proto bindings 2025-07-31 17:58:25 +01:00
.gitignore
artifact-list.sh shellcheck: Fix shellcheck SC2068 2025-03-04 09:35:46 +00:00
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.