Files
kata-containers/tools/packaging/README.md
Peng Tao 782cd2ed10 packaging: merge packaging repository
git-subtree-dir: tools/packaging
git-subtree-mainline: f818b46a41
git-subtree-split: 1f22d72d5d

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
2020-06-23 22:58:18 -07:00

68 lines
1.7 KiB
Markdown

# Kata Containers packaging
* [Introduction](#introduction)
* [Build using OBS](#build-using-obs)
* [Build in a container](#build-in-a-container)
* [Build a snap package](#build-a-snap-package)
* [Build static binaries](#build-static-binaries)
* [Build Kata Containers Kernel](#build-kata-containers-kernel)
* [Build QEMU](#build-qemu)
* [Test Kata using ccloudvm](#test-kata-using-ccloudvm)
* [Create a Kata Containers release](#create-a-kata-containers-release)
* [Jenkins files](#jenkins-files)
* [Packaging scripts](#packaging-scripts)
* [Credits](#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](obs-packaging).
## Build in a container
Kata build artifacts are available within a container image, created by a
[Dockerfile](kata-deploy/Dockerfile). Reference DaemonSets are provided in
[`kata-deploy`](kata-deploy), which make installation of Kata Containers in a
running Kubernetes Cluster very straightforward.
## Build a snap package
See [the snap documentation](snap).
## Build static binaries
See [the static build documentation](static-build).
## Build Kata Containers Kernel
See [the kernel documentation](kernel).
## Build QEMU
See [the QEMU documentation](qemu).
## Test Kata using ccloudvm
See [the ccloudvm documentation](ccloudvm).
## Create a Kata Containers release
See [the release documentation](release).
## Jenkins files
See [the Jenkins documentation](Jenkinsfiles).
## Packaging scripts
See the [scripts documentation](scripts).
## Credits
Kata Containers packaging uses [packagecloud](https://packagecloud.io) for
package hosting.