mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-30 12:34:22 +01:00
- tracing: Change runtime tracing tags to vars - shimv2: add logging to shimv2 api calls - drop qemu-lite support - runtime: delete types or const that no longer needed - runtime: Optimize the way slice created - virtcontainers: simplify tests - virtcontainers: clh: Upgrade to the openapi-generator v5.2.1 - build_image: Fix error soft link about initrd.img - ci: Temporarily skip agent shutdown test on s390x - Fix version parsing for firecracker version 0.25 and over - Osbuilder fixes - docs: update the GoDoc url from runtime project to kata-containers/sr… - docs: update `how-to` README file for Firecracker config - ci/openshift-ci: Pull centos from registry.centos.org - docs: update containerd CRI plugin url2250360bdocs: remove mentioning of qemu-litea9de761druntime: drop qemu-lite support8ae3edbcruntime: fix default hypervisor path0c7789faruntime: Add container field to logs72e3538eshimv2: add information to method comment8dadca9cshimv2: add logging to shimv2 api callsa99fcc3avirtcontainers: simplify tests39ffd8eeruntime: delete types or const that no longer neededff37f5c7runtime: Optimize the way slice created8f0f949atracing: Move dynamically added attributes to Trace()932ee41bvirtcontainers: clh: Workaround incorrect default valuesbff38e4fvirtcontainers: clh: Fix the unit testd967d3cbvirtcontainers: clh: Use constructors to ensure proper default value87de26bdtracing: Modify Trace() to accept multiple tag maps8058e972tracing: Change runtime tracing tags to varsa6a2e525virtcontainers: clh: Migrate to use the updated client APIs9de1129bosbuilder: Fix rootfs-builder when running in VMs65a1e131osbuilder: Allow running the tool several timesa4214738osbuilder: Fix Makefileb8717f35ci: Temporarily skip agent shutdown test on s390x938981bebuild_image: Fix error soft link about initrd.img2304f935docs: update the GoDoc url from kata 1.x to 2.x2a614577docs: update `how-to` README file for Firecracker config486baba7docs: update containerd CRI plugin url46eb07e1virtcontainers: clh: Re-generate the client code80fba4d6virtcontainers: clh: Upgrade to the openapi-generator v5.2.18594f80cci/openshift-ci: Pull centos from registry.centos.org87bbae1bfc: fix version parsing for fc >= 0.25 Signed-off-by: Fabiano Fidêncio <fidencio@redhat.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.