Skip to content

Commit

Permalink
Merge pull request #7 from jodh-intel/add-new-repos
Browse files Browse the repository at this point in the history
docs: Add references to "ci" and "packaging" repos
  • Loading branch information
jodh-intel authored Feb 5, 2018
2 parents 5385605 + d524e7a commit 77bb101
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 77bb101

Please sign in to comment.