mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-19 01:39:48 +00:00
docs: Add missing READMEs
Created a skeletal set of README for the packaging areas that didn't have them: - Jenkins - OBS - QEMU - static build tooling Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
5a598841af
commit
577fd9fcc0
8
Jenkinsfiles/README.md
Normal file
8
Jenkinsfiles/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Jenkins
|
||||
|
||||
Kata Containers uses [Jenkins](https://jenkins.io/)
|
||||
for [its main CI](http://jenkins.katacontainers.io/).
|
||||
|
||||
This directory contains support files for the Jenkins
|
||||
[pipeline](https://jenkins.io/doc/book/pipeline/)
|
||||
[plugin](https://wiki.jenkins.io/display/JENKINS/Pipeline+Plugin).
|
11
obs-packaging/README.md
Normal file
11
obs-packaging/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Building under OBS
|
||||
|
||||
SUSE's [Open Build Service (OBS)](https://openbuildservice.org) is used to
|
||||
build [the official Kata Containers packages](https://build.opensuse.org/project/subprojects/home:katacontainers).
|
||||
|
||||
This directory contains tooling and packaging metadata to build all Kata
|
||||
components with OBS.
|
||||
|
||||
See
|
||||
[the Kata installation documentation](https://github.com/kata-containers/documentation/blob/master/install/README.md)
|
||||
for instructions on how to install the official packages.
|
3
qemu/README.md
Normal file
3
qemu/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# QEMU patches
|
||||
|
||||
This directory contains patches used to build QEMU.
|
3
static-build/README.md
Normal file
3
static-build/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Static build
|
||||
|
||||
This directory contains files to build static versions of Kata Containers.
|
Loading…
Reference in New Issue
Block a user