kata-containers/tools/packaging
GabyCT b8f277676f
Merge pull request #9047 from GabyCT/topic/ukd
docs: Remove jenkins reference in kernel documentation
2024-02-09 10:58:06 -06:00
..
guest-image osbuilder:rootfs: support to unpack pause image to rootfs 2024-02-08 16:29:36 +08:00
kata-debug packaging/tools: Add kata-debug 2023-07-21 14:05:30 +02:00
kata-deploy rootfs: Install pause image into rootfs 2024-02-08 16:49:56 +08:00
kata-monitor kata-monitor: fix Dockerfile to build image 2023-12-26 15:11:13 +08:00
kernel docs: Remove jenkins reference in kernel documentation 2024-02-07 15:44:07 +00:00
qemu packaging: qemu: Simplify "--disable-virtiofsd" logic 2024-01-09 14:35:45 -03:00
release packaging: allow to pull and unpack pause image 2024-02-08 11:23:23 +08:00
scripts packaging: allow to pull and unpack pause image 2024-02-08 11:23:23 +08:00
static-build packaging: allow to pull and unpack pause image 2024-02-08 11:23:23 +08: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.