diff options
author | Vincent Ambo <tazjin@google.com> | 2019-07-30T12·25+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2019-07-30T12·42+0100 |
commit | 9753df9255552b8e37aace321717262919696da3 (patch) | |
tree | c03bf40f64530df88484556f5309bf44aa19aef3 /tools/nixery/README.md | |
parent | 1b37d8ecf62e1f192352b1fc2cc1aafa31325d53 (diff) |
docs(README): Add logo & build status
Diffstat (limited to 'tools/nixery/README.md')
-rw-r--r-- | tools/nixery/README.md | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/tools/nixery/README.md b/tools/nixery/README.md index 72185047e6d0..8d4f84598cef 100644 --- a/tools/nixery/README.md +++ b/tools/nixery/README.md @@ -1,7 +1,13 @@ -# Nixery +<div align="center"> + <img src="static/nixery-logo.png"> +</div> -This package implements a Docker-compatible container registry that is capable -of transparently building and serving container images using [Nix][]. +----------------- + +[![Build Status](https://travis-ci.org/google/nixery.svg?branch=master)](https://travis-ci.org/google/nixery) + +**Nixery** is a Docker-compatible container registry that is capable of +transparently building and serving container images using [Nix][]. The project started out with the intention of becoming a Kubernetes controller that can serve declarative image specifications specified in CRDs as container |