0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-30 22:34:13 -05:00

README: add updates

This commit is contained in:
Ramkumar Chinchani 2019-10-07 13:26:19 -07:00
parent bb59923ed0
commit 4f57682eef

View file

@ -1,7 +1,8 @@
# zot [![Build Status](https://travis-ci.org/anuvu/zot.svg?branch=master)](https://travis-ci.org/anuvu/zot) [![codecov.io](http://codecov.io/github/anuvu/zot/coverage.svg?branch=master)](http://codecov.io/github/anuvu/zot?branch=master) # zot [![Build Status](https://travis-ci.org/anuvu/zot.svg?branch=master)](https://travis-ci.org/anuvu/zot) [![codecov.io](http://codecov.io/github/anuvu/zot/coverage.svg?branch=master)](http://codecov.io/github/anuvu/zot?branch=master)
**zot** is a single-purpose OCI image repository server based on the **zot** is a vendor-neutral OCI image repository server purely based on
[OCI distribution spec](https://github.com/opencontainers/distribution-spec). [OCI Distribution Specification]
(https://github.com/opencontainers/distribution-spec).
* Conforms to [OCI distribution spec](https://github.com/opencontainers/distribution-spec) APIs * Conforms to [OCI distribution spec](https://github.com/opencontainers/distribution-spec) APIs
* Uses [OCI storage layout](https://github.com/opencontainers/image-spec/blob/master/image-layout.md) for storage layout * Uses [OCI storage layout](https://github.com/opencontainers/image-spec/blob/master/image-layout.md) for storage layout
@ -9,6 +10,11 @@
* Authentication via TLS mutual authentication and HTTP *BASIC* (local _htpasswd_ and LDAP) * Authentication via TLS mutual authentication and HTTP *BASIC* (local _htpasswd_ and LDAP)
* Doesn't require _root_ privileges * Doesn't require _root_ privileges
* Swagger based documentation * Swagger based documentation
* Released under Apache 2.0 License
# Presentations
* [OCI Weekly Discussion - Oct 2, 2019](https://hackmd.io/El8Dd2xrTlCaCG59ns5cwg#October-2-2019)
# Building # Building