From 81f7f9777e3cb7100648f099763074474da71956 Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Thu, 2 Aug 2018 10:31:28 -0500 Subject: [PATCH] Add mention of CNCF in README https://www.cncf.io/blog/2018/07/31/cncf-to-host-harbor-in-the-sandbox/ Signed-off-by: Chris Aniszczyk --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b78546b16..3549c1e85 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ Please use [releases](https://github.com/vmware/harbor/releases) instead of the Project Harbor is an an open source trusted cloud native registry project that stores, signs, and scans content. Harbor extends the open source Docker Distribution by adding the functionalities usually required by users such as security, identity and management. Having a registry closer to the build and run environment can improve the image transfer efficiency. Harbor supports replication of images between registries, and also offers advanced security features such as user management, access control and activity auditing. +Harbor is hosted by the [Cloud Native Computing Foundation](https://cncf.io) (CNCF). If you are an organization that wants to help shape the evolution of cloud native technologies, consider joining the CNCF. For details about who's involved and how Harbor plays a role, read the CNCF +[announcement](https://www.cncf.io/blog/2018/07/31/cncf-to-host-harbor-in-the-sandbox/). + ### Features * **Role based access control**: Users and repositories are organized via 'projects' and a user can have different permission for images under a project. * **Policy based image replication**: Images can be replicated (synchronized) between multiple registry instances, with auto-retry on errors. Great for load balancing, high availability, multi-datacenter, hybrid and multi-cloud scenarios.