mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-20 05:54:29 +01:00
- stable-2.1 | week 23: weekly backports - stable-2.1 | versions: Update kubernetes to 1.21.1 - stable-2.1 | Port fd leak fixes - [stable-2.1] Weekly backports to stable-2.1 branch, May 31st 2021 - [backport]runtime: and cgroup and SandboxCgroupOnly check for check sub-command - Weekly stable 2.1 backports may 24th - [backport-2.1] workflows: release kata 2.x snap through the stable channel - [2.1] how-to-use-virtio-mem-with-kata.md: Update doc to make it clear - github: Do not run require porting labels on stable-2.1492729f4tools/packaging: clone meson and dependencies before building QEMUdb8d853bruntime: remove covertool from cli test3fad5277docs: Fix Release Process document175970c9versions: Update kubernetes to 1.21.11cc2ad3fagent: Fix fd leak caused by netlinkac34f6dfagent: Upgrade tokio-vsock to fix fd leak of vsock socket915fea7bcgroup: fix the issue of set mem.limit and mem.swapa05e1377agent: re-enable the standard SIGPIPE behavior8019f732virtiofsd: Fix file descriptors leak and return correct PIDe48c9d42runtime: and cgroup and SandboxCgroupOnly check for check sub-command7874ab33agent: fix start container failed when dropping all capabilities536634e9qemu: align before memory hotplug on arm64c51891fesandbox-bindmount: persist mount informationb137c7acsandbox: Cleanup if failure to setup sandbox-bindmount occurs68a77a7dworkflows: release kata 2.x snap through the stable channel550269ffhow-to-use-virtio-mem-with-kata.md: Update doc to make it clear1ea0dc98github: Do not run require porting labels on stable-2.1 Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
Kata Containers packaging
- Introduction
- Build in a container
- Build a snap package
- Build static binaries
- Build Kata Containers Kernel
- Build QEMU
- Test Kata using ccloudvm
- Create a Kata Containers release
- Jenkins files
- Packaging scripts
- Credits
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
Build static binaries
See the static build documentation.
Build Kata Containers Kernel
Build QEMU
Test Kata using ccloudvm
See the ccloudvm documentation.
Create a Kata Containers release
See the release documentation.
Jenkins files
See the Jenkins documentation.
Packaging scripts
See the scripts documentation.
Sync packages
See the kata-pkgsync documentation.
Credits
Kata Containers packaging uses packagecloud for package hosting.