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 <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2018-02-02 09:45:05 +00:00
parent 09373bd2b4
commit d524e7adf5

View File

@ -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