mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-19 21:44:23 +01:00
- back port:: runtime: make selinux configurable - stable-2.3 | kata-deploy: Use (kata with) qemu as the default shim-v2 binary - stable-2.3 | shim: log events for CRI-O - stable-2.3 | agent: fix invalid hooks env issues - stable-2.3 | packaging: Use `patch` for applying patches0b6e9f83runtime: make selinux configurable408477a2kata-deploy: Use (kata with) qemu as the default shim-v2 binary9431498eshim: log events for CRI-O406f00a3packaging: Use `patch` for applying patches7af719e4agent: handle hook process result9b34cf46agent: valid envs for hooks9c195364agent: Fix execute_hook() args error9bea3a42agent: check environment variables if empty or invalid Signed-off-by: Eric Ernst <eric_ernst@apple.com>
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
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.
Packaging scripts
See the scripts documentation.
Sync packages
See the kata-pkgsync documentation.
Credits
Kata Containers packaging uses packagecloud for package hosting.