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:
James O. D. Hunt 2019-05-16 16:41:37 +01:00
parent 5a598841af
commit 577fd9fcc0
4 changed files with 25 additions and 0 deletions

8
Jenkinsfiles/README.md Normal file
View 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
View 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
View File

@ -0,0 +1,3 @@
# QEMU patches
This directory contains patches used to build QEMU.

3
static-build/README.md Normal file
View File

@ -0,0 +1,3 @@
# Static build
This directory contains files to build static versions of Kata Containers.