mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 08:28:34 +00:00
docs: Add missing links
Add missing links to other documents under suitable headings. Fixes: #501. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
45
README.md
45
README.md
@@ -1,7 +1,16 @@
|
||||
# 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
|
||||
@@ -9,6 +18,10 @@
|
||||
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
|
||||
@@ -16,6 +29,38 @@ Kata build artifacts are available within a container image, created by a
|
||||
[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
|
||||
|
Reference in New Issue
Block a user