kata-containers/tools/packaging
Fabiano Fidêncio e604f83c40
Merge pull request #3735 from fidencio/wip/kata-deploy-use-kata-with-qemu-as-the-default-shim-v2-binary
kata-deploy: Use (kata with) qemu as the default shim-v2 binary
2022-02-21 14:52:55 +01:00
..
guest-image scripts: Use shebang /usr/bin/env bash 2022-01-13 22:53:28 +01:00
kata-deploy kata-deploy: Use (kata with) qemu as the default shim-v2 binary 2022-02-21 10:03:47 +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 #3721 from Amulyam24/kernel-fix 2022-02-21 09:10:21 +00:00
qemu packaging/qemu: create no_patches file for qemu-tdx 2022-02-17 09:17:57 -06:00
release release: Escape backticks in Libseccomp Notices 2022-01-19 19:45:05 +09:00
scripts packaging: Use patch for applying patches 2022-02-18 11:32:17 +01:00
static-build packaging: Use patch for applying patches 2022-02-18 11:32:17 +01:00
.gitignore packaging: merge packaging repository 2020-06-23 22:58:18 -07:00
artifact-list.sh scripts: Use shebang /usr/bin/env bash 2022-01-13 22:53:28 +01:00
CODEOWNERS packaging: merge packaging repository 2020-06-23 22:58:18 -07:00
Makefile docs: Remove kata-pkgsync reference 2022-01-20 18:00:58 +00:00
README.md docs: Remove kata-pkgsync reference 2022-01-20 18:00:58 +00: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 a snap package

See the snap documentation.

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.