harbor/README.md

56 lines
3.9 KiB
Markdown
Raw Normal View History

2016-03-28 16:21:06 +02:00
# Harbor
[![Build Status](https://travis-ci.org/vmware/harbor.svg?branch=master)](https://travis-ci.org/vmware/harbor)
2017-05-09 11:08:13 +02:00
[![Coverage Status](https://coveralls.io/repos/github/vmware/harbor/badge.svg?branch=master)](https://coveralls.io/github/vmware/harbor?branch=master)
2016-03-28 16:21:06 +02:00
**Note**: The `master` branch may be in an *unstable or even broken state* during development.
2017-08-22 04:31:08 +02:00
Please use [releases](https://github.com/vmware/harbor/releases) instead of the `master` branch in order to get stable binaries.
2016-08-20 16:50:21 +02:00
<img alt="Harbor" src="docs/img/harbor_logo.png">
2016-03-28 16:21:06 +02:00
2016-11-22 15:18:13 +01:00
Project Harbor is an enterprise-class registry server that stores and distributes Docker images. Harbor extends the open source Docker Distribution by adding the functionalities usually required by an enterprise, such as security, identity and management. As an enterprise private registry, Harbor offers better performance and security. Having a registry closer to the build and run environment improves the image transfer efficiency. Harbor supports the setup of multiple registries and has images replicated between them. In addition, Harbor offers advanced security features, such as user management, access control and activity auditing.
2016-03-28 16:21:06 +02:00
### 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.
2017-08-10 11:46:20 +02:00
* **Vulnerability Scanning**: Harbor scans images regularly and warns users of vulnerabilities.
2016-11-01 15:52:34 +01:00
* **LDAP/AD support**: Harbor integrates with existing enterprise LDAP/AD for user authentication and management.
* **Image deletion & garbage collection**: Images can be deleted and their space can be recycled.
* **Notary**: Image authenticity can be ensured.
* **Graphical user portal**: User can easily browse, search repositories and manage projects.
2016-05-11 18:37:35 +02:00
* **Auditing**: All the operations to the repositories are tracked.
* **RESTful API**: RESTful APIs for most administrative operations, easy to integrate with external systems.
* **Easy deployment**: Provide both an online and offline installer.
2016-03-28 16:21:06 +02:00
2016-11-01 15:52:34 +01:00
### Install & Run
2016-03-28 16:21:06 +02:00
**System requirements:**
2016-11-02 15:14:21 +01:00
**On a Linux host:** docker 1.10.0+ and docker-compose 1.6.0+ .
2016-11-01 15:52:34 +01:00
Download binaries of **[Harbor release ](https://github.com/vmware/harbor/releases)** and follow **[Installation & Configuration Guide](docs/installation_guide.md)** to install Harbor.
2016-11-01 15:52:34 +01:00
Refer to **[User Guide](docs/user_guide.md)** for more details on how to use Harbor.
2016-03-28 16:21:06 +02:00
2016-08-03 08:28:26 +02:00
### Community
2017-08-11 12:38:35 +02:00
**Slack:** Join Harbor's community for discussion and ask questions: [VMware {code}](https://code.vmware.com/join/), Channel: #harbor.
2016-11-01 15:52:34 +01:00
**Email:** harbor@ vmware.com .
2016-12-29 08:02:44 +01:00
More info on [partners and users](partners.md).
2016-08-03 08:28:26 +02:00
2016-03-28 16:21:06 +02:00
### Contribution
2016-11-08 15:30:23 +01:00
We welcome contributions from the community. If you wish to contribute code and you have not signed our contributor license agreement (CLA), our bot will update the issue when you open a pull request. For any questions about the CLA process, please refer to our [FAQ](https://cla.vmware.com/faq). Contact us for any questions: harbor @vmware.com .
2016-03-28 16:21:06 +02:00
### License
Harbor is available under the [Apache 2 license](LICENSE).
2016-03-29 03:39:37 +02:00
2016-08-29 16:57:22 +02:00
This project uses open source components which have additional licensing terms. The official docker images and licensing terms for these open source components can be found at the following locations:
2016-08-29 06:01:07 +02:00
* Photon OS 1.0: [docker image](https://hub.docker.com/_/photon/), [license](https://github.com/vmware/photon/blob/master/COPYING)
* MySQL 5.6: [docker image](https://hub.docker.com/_/mysql/), [license](https://github.com/docker-library/mysql/blob/master/LICENSE)
2017-08-11 12:38:35 +02:00
### Commercial Support
If you need commercial support of Harbor, please contact us for more information: harbor@ vmware.com .