Merge pull request #7 from jodh-intel/add-new-repos

docs: Add references to "ci" and "packaging" repos
This commit is contained in:
James O. D. Hunt 2018-02-05 09:44:07 +00:00 committed by GitHub
commit 77bb101140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,13 @@
* [Additional](#additional) * [Additional](#additional)
* [Hypervisor](#hypervisor) * [Hypervisor](#hypervisor)
* [Kernel](#kernel) * [Kernel](#kernel)
* [CI](#ci)
* [Community](#community) * [Community](#community)
* [Documentation](#documentation) * [Documentation](#documentation)
* [Packaging](#packaging)
* [Test code](#test-code) * [Test code](#test-code)
* [Utilities](#utilities) * [Utilities](#utilities)
* [O/S builder](#o/s-builder) * [OS builder](#os-builder)
* [Web content](#web-content) * [Web content](#web-content)
--- ---
@ -48,6 +50,11 @@ issues](https://github.com/kata-containers/kata-containers/issues/new):
## Kata Containers repositories ## Kata Containers repositories
### CI
The [CI](https://github.com/kata-containers/ci) repository stores Continuous
Integration (CI) system configuration information.
### Community ### Community
The [Community](https://github.com/kata-containers/community) repository is The [Community](https://github.com/kata-containers/community) repository is
@ -97,22 +104,29 @@ create virtual machines for hosting the containers.
##### Kernel ##### 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 ### 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. 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 ### 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 test code except the unit testing code (which is kept in the same repository
as the component it tests). as the component it tests).
### Utilities ### Utilities
#### O/S builder #### OS builder
The [osbuilder](https://github.com/kata-containers/osbuilder) tool can create 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 a rootfs and a "mini O/S" image. This image is used by the hypervisor to setup