mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-20 22:14:45 +01:00
- stable-2.x | backports for 2.0.3 - ci: Fix travis for stable-2.0 - stable-2.0 | kata-deploy: Fix test-kata.sh and do some small cleanups / improvements in the kata-deploy script - stable-2.0 | build: Only keep one VERSION file - stable-2.0 | cherry-pick fixes for test-kata-deploy GitHub actions - stable-2.0 | A bunch of backports fixing documentation - stable-2.0 | agent-ctl: update ttrpc version - [backport] versions: Update cloud-hypervisor to release v0.14.1624ff413release: Do not git add kata-{deploy,cleanup}.yaml for the tests repo6bb3f441agent: update cpuset of container path4d4aba2ekata-deploy: add runtimeclass that includes pod overhead5f4f8ff3release: automatically bump the version of the kata-deploy imagesf0d63160kata-cleanup: Explicitly add tag to the container image4e868ad9docs: update dev-guide to include fixes from 1.x1c70ef54ci: Fix travis for stable-2.055bdd1fckata-deploy: Adapt regex for testing kata-deploy6586f3b7docs: update configuration for passing annotations in conatinerdf5adc4c1docs: Remove ubuntu installation guidea67bdc36docs: Update snap install guide67be5583docs: update how-to-use-k8s-with-cri-containerd-and-kata.mdabfff68ddocs: Update CentOS install docs0466ee04docs: Update Fedora install docs6b223194docs: Remove SLE installation guidefb01d515agent-ctl: update ttrpc version144be145release: Get rid of "master"017c7cf2release: Use sudo to install hub52c6b073build: Only keep one VERSION filee7bdeb49github: Fix slash-command-action usagec0ca9f9agithub: Revert "github: Remove kata-deploy-test action"81f38990github: Remove kata-deploy-test actione3efcfd4runtime: Fix the format of the client code of cloud-hypervisor APIs5a92333fruntime: Format auto-generated client code for cloud-hypervisor APIec0424e1versions: Update cloud-hypervisor to release v0.14.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.