1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-10 01:16:42 +00:00
kata-containers/tools/packaging
Fabiano Fidêncio a9a1345a31 kata-deploy: Print the action the script was invoked with
This increases debuggability.

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
2024-08-22 14:32:33 +02:00
..
guest-image tests: Enable k8s-confidential-attestation.bats for s390x 2024-07-10 16:18:37 +02:00
kata-debug
kata-deploy kata-deploy: Print the action the script was invoked with 2024-08-22 14:32:33 +02:00
kata-monitor
kernel build: add kernel config for Nvidia DPU/ConnectX adapter 2024-07-18 22:29:16 -07:00
qemu qemu: upgrade to 8.2.4 2024-06-13 10:19:42 -05:00
release Revert "ci: Temporarily remove arm64 builds" 2024-08-02 13:53:50 +02:00
scripts tools: Support for building qemu with linux aio 2024-08-06 14:30:45 +08:00
static-build tools: install luks-encrypt-storage script by guest-components 2024-08-16 16:28:20 +08: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.