From d524e7adf5270f52c25f9af78caf7883c5f6350b Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Fri, 2 Feb 2018 09:45:05 +0000 Subject: [PATCH] docs: Add references to "ci" and "packaging" repos Add brief details of the new "ci" and "packaging" repositories. Fixes #6. Signed-off-by: James O. D. Hunt --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f6a8a2d47f..0b00ea69ab 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,10 @@ * [Additional](#additional) * [Hypervisor](#hypervisor) * [Kernel](#kernel) + * [CI](#ci) * [Community](#community) * [Documentation](#documentation) + * [Packaging](#packaging) * [Test code](#test-code) * [Utilities](#utilities) * [OS builder](#os-builder) @@ -48,6 +50,11 @@ issues](https://github.com/kata-containers/kata-containers/issues/new): ## Kata Containers repositories +### CI + +The [CI](https://github.com/kata-containers/ci) repository stores Continuous +Integration (CI) system configuration information. + ### Community The [Community](https://github.com/kata-containers/community) repository is @@ -104,6 +111,13 @@ The [Linux\*](https://github.com/kata-containers/linux) kernel is used by the hy The [documentation](https://github.com/kata-containers/documentation) repository hosts documentation common to all code components. +### Packaging + +The [packaging](https://github.com/kata-containers/packaging) repository is +used for creating packages for [system +components](#kata-containers-developed-components) including +[rootfs](#os-builder) and [kernel](#kernel) images. + ### Test code The [tests](https://github.com/kata-containers/tests) repository hosts all