mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-20 05:54:29 +01:00
- stable-2.1 | The last round of backports before releasing 2.1.0 - back port: image_build: align image size to 128M for arm64 - stable-2.1 | runtime: make dialing timeout configurable - stable-2.1 | agent: avoid reaping the exit signal of execute_hook in the reaper - stable-2.1 | Get sandbox metrics cli - packaging/kata-cleanup: add k3s containerd volume - stable-2.1: First round of backports - [backport]runtime: use s.ctx instead ctx for checking cancellation - [2.1.0] kernel: configs: Open CONFIG_VIRTIO_MEM in x86_64 Linux kernel - [2.1.0] Fix issue of virtio-mem9266c246rustjail: separated the propagation flags from mount flags7086f91eruntime: sandbox delete should succeed after verifying sandbox state0a7befa6docs: Fix spell-check errors found after new text is discoveredeff70d2edocs: Remove horizontal ruler markers that disable spell checks260f59dfimage_build: align image size to 128M for arm64c0bdba23runtime: make dialing timeout configurable1b3cf2fbkata-monitor: export get stats for sandbox59b9e5d0kata-runtime: add `metrics` command828a3048agent: avoid reaping the exit signal of execute_hook in the reaperd3690952runtime: shim: dedup client, socket addr code7f7c794druntime: Short the shim-monitor path3f1b7c91cli: delete tracing code for kata-runtime binary68cad377agent: Set fixed NOFILE limit value for kata-agent7c9067ccdocs: add per-Pod Kata configurations for enable_pprofdba86ef3ci/install_yq.sh: install_yq: Check version before return3883e4e2kernel: configs: Open CONFIG_VIRTIO_MEM in x86_64 Linux kernel79831fafruntime: use s.ctx instead ctx for checking cancellation3212c7aepackaging/kata-cleanup: add k3s containerd volume7f7c3fc8qemu.go: qemu: resizeMemory: Fix virtio-mem resize overflow issuec9053ea3qemu.go: qemu: setupVirtioMem: let sizeMB be multiple of 2Mib 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.