1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-11 09:55:58 +00:00
kata-containers/tools/packaging
Archana Shinde f71eedf3a0
Merge pull request from haslersn/un-gn
tools: Fix groupname if it differs from username
2022-01-19 22:25:59 -08:00
..
guest-image scripts: Use shebang /usr/bin/env bash 2022-01-13 22:53:28 +01:00
kata-deploy Merge pull request from weiyuanke/fix_version 2022-01-17 23:20:06 +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 from haslersn/usr-bin-env-bash 2022-01-17 15:39:42 -06:00
qemu Qemu: Enable the vcpu-hotplug for arm 2022-01-14 13:27:17 +00:00
release release: Escape backticks in Libseccomp Notices 2022-01-19 19:45:05 +09:00
scripts scripts: Use shebang /usr/bin/env bash 2022-01-13 22:53:28 +01:00
static-build Merge pull request from haslersn/un-gn 2022-01-19 22:25:59 -08: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 packaging: cleaning, updating based on new filepaths 2020-10-06 13:44:03 -07:00
README.md docs: Remove ccloudvm reference 2022-01-13 18:22:26 +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.

Sync packages

See the kata-pkgsync documentation.

Credits

Kata Containers packaging uses packagecloud for package hosting.