kata-containers/tools/packaging
Hyounggyu Choi 28c3e0e5f0 GHA: Fix kata-deploy-runtime-classes-check for kata-qemu-se
This is to fix an error on kata-deploy-runtime-classes-check for kata-qemu-se.

Fixes: #8623

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
2023-12-11 10:30:00 +01:00
..
guest-image local-build: add support for key verification for IBM Secure Execution 2023-12-07 20:05:40 +01:00
kata-debug packaging/tools: Add kata-debug 2023-07-21 14:05:30 +02:00
kata-deploy GHA: Fix kata-deploy-runtime-classes-check for kata-qemu-se 2023-12-11 10:30:00 +01:00
kata-monitor tools/packaging: add copyright to kata-monitor's Dockerfile 2021-12-21 10:01:11 -05:00
kernel Merge pull request #7231 from wainersm/measured_rootfs-improvements 2023-12-05 22:20:33 +01: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 runtime(-rs): add clean-generated-files target 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.