mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-10 01:44:21 +01:00
This patch add fall-back code path that builds cloud-hypervisor static binary from source, when the downloading of cloud-hypervisor binary is failing. This is useful when we experience network issues, and also useful for upgrading clh to non-released version. Together with the changes in the tests repo (https://github.com/kata-containers/tests/pull/2862), the Jenkins config file is also updated with new Execute shell script for the clh CI in the kata-containers repo. Those two changes fix the regression on clh CI here. Please check details in the issue below. Fixes: #781 Fixes: https://github.com/kata-containers/tests/issues/2858 Signed-off-by: Bo Chen <chen.bo@intel.com>
Kata Containers packaging
- Introduction
- Build using OBS
- 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 using OBS
See the OBS documentation.
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.
Credits
Kata Containers packaging uses packagecloud for package hosting.