mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-20 23:04:22 +01:00
This is a dirty hack, that we should expand later so we can pass one or n number of repos where we'll upload our images, and use it as part of the release scripts. For now, however, let's just do this quick & dirty hack so we can present the CCv0 demo using the operator, even knowing that the kubernetes part of the work is not done yet and that the demo itself will be done connecting to a node and doing all the shenanigans manually. Fixes: #2854 Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
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.