diff --git a/README.md b/README.md index 24b015d06..0b00ea69a 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,13 @@ * [Additional](#additional) * [Hypervisor](#hypervisor) * [Kernel](#kernel) + * [CI](#ci) * [Community](#community) * [Documentation](#documentation) + * [Packaging](#packaging) * [Test code](#test-code) * [Utilities](#utilities) - * [O/S builder](#o/s-builder) + * [OS builder](#os-builder) * [Web content](#web-content) --- @@ -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 @@ -97,22 +104,29 @@ create virtual machines for hosting the containers. ##### Kernel -The [`linux`](https://github.com/kata-containers/linux) kernel is used by the hypervisor to boot the guest image. +The [Linux\*](https://github.com/kata-containers/linux) kernel is used by the hypervisor to boot the guest image. ### Documentation -The [`documentation`](https://github.com/kata-containers/documentation) +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 +The [tests](https://github.com/kata-containers/tests) repository hosts all test code except the unit testing code (which is kept in the same repository as the component it tests). ### Utilities -#### O/S builder +#### OS builder The [osbuilder](https://github.com/kata-containers/osbuilder) tool can create a rootfs and a "mini O/S" image. This image is used by the hypervisor to setup