kata-containers/tools/packaging
Fabiano Fidêncio 578121124e
Merge pull request #4805 from fidencio/topic/bump-tdx-dependencies
Bump TDX dependencies (QEMU and Kernel)
2022-08-03 19:31:26 +02:00
..
guest-image scripts: Change here document delimiters 2022-03-10 09:23:37 +00:00
kata-deploy Merge pull request #4609 from fidencio/topic/kata-deploy-simplify-config-path-handling 2022-07-11 23:48:54 +02:00
kata-monitor tools/packaging: add copyright to kata-monitor's Dockerfile 2021-12-21 10:01:11 -05:00
kernel versions: Bump Kernel TDX version 2022-08-03 12:00:49 +02:00
qemu tools: Add QEMU patches for SGX numa support 2022-05-13 16:34:57 -07:00
release packaging: Remove unused publish kata image script 2022-06-20 14:43:39 +00:00
scripts Merge pull request #4439 from amshinde/update-kernel-to-5.15.46 2022-06-24 11:03:32 -07:00
static-build td-shim: Adjust final tarball location 2022-08-03 14:58:44 +02: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 snap: Build using destructive mode 2022-05-26 15:56:36 +01:00
README.md docs: Move snap README 2022-05-26 15:56:36 +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 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.