An open source trusted cloud native registry project that stores, signs, and scans content.
Go to file
Tan Jiang b8b5a0e25f add contribution section to readme 2016-03-04 13:22:54 +08:00
Deploy update README, LICENSE, and bump to registry/2.3.0 2016-03-01 18:21:56 +08:00
api fix package comment issue 2016-02-26 18:54:14 +08:00
auth bug fix: 1.UI exits when ldap binds failed 2.make fields in templates match with go files after executing golint 2016-02-29 18:48:11 +08:00
controllers update file names, remove tests folder 2016-02-29 10:50:47 +08:00
dao update file names, remove tests folder 2016-02-29 10:50:47 +08:00
models update file names, remove tests folder 2016-02-29 10:50:47 +08:00
routers fix package comment issue 2016-02-26 18:54:14 +08:00
service fix go vet issue in notification.go 2016-03-01 18:37:51 +08:00
static added checking and unchecking actions onto the advanced search options. 2016-02-26 18:13:51 +08:00
utils update file names, remove tests folder 2016-02-29 10:50:47 +08:00
vendor switch to /vendor, remove docker/distribution docker/libtrust go-sql-driver/mysql, and update Dockerfile to use go get to download these packages. 2016-02-19 13:01:58 +08:00
views bug fix: 1.UI exits when ldap binds failed 2.make fields in templates match with go files after executing golint 2016-02-29 18:48:11 +08:00
.gitignore update file names, remove tests folder 2016-02-29 10:50:47 +08:00
.travis.yml add travis support 2016-02-29 11:24:52 +08:00
Dockerfile remove conf directory 2016-02-22 10:46:09 +08:00
LICENSE update README, LICENSE, and bump to registry/2.3.0 2016-03-01 18:21:56 +08:00
NOTICE add NOTICE, update README.md 2016-03-03 10:15:12 +08:00
README.md add contribution section to readme 2016-03-04 13:22:54 +08:00
main.go fix package comment issue 2016-02-26 18:54:14 +08:00

README.md

Harbor

alg tag

Project Harbor is an enterprise-class registry server. It extends the open source Docker Registry server by adding more functionalities usually required by an enterprise. Harbor is designed to be deployed in a private environment of an organization. A private registry is important for organizations who care much about security. In addition, a private registry improves productivity by eliminating the need to download images from public network. This is very helpful to container users who do not have a good network to the Internet. In particular, Harbor accelerates the progress of Chinese developers, because they no longer need to pull images from the Internet.

Features

  • Role Based Access Control: Users and docker repositories are organized via "projects", a user can have differernt permission for images under a namespace.
  • Graphical user portal: User can easily browse, search docker repositories, manage projects/namepaces.
  • AD/LDAP support: Harbor integrates with existing AD/LDAP of enterprise for user authentication and management.
  • Audting: All the operations to the repositories are tracked and can be used for auditing purpose.
  • Internationalization: Localized for English and Chinese languages. More languages can be added.
  • RESTful API: RESTful APIs are provided for most administrative operations of Harbor. The integration with other management software becomes easy.

Try it

Harbor is self contained and can be easily deployed via docker-compose.

$ cd Deploy
#make update to the parameters in ./harbor.cfg
$ ./prepare
Generated configuration file: ./config/ui/env
Generated configuration file: ./config/ui/app.conf
Generated configuration file: ./config/registry/config.yml
Generated configuration file: ./config/db/env
$ docker-compose up

Contribution

We welcome contributions from the community. If you wish to contribute code, we require that you first sign our Contributor License Agreement and return a copy to osscontributions@vmware.com before we can merge your contribution.

License

Harbor is available under the Apache 2 license.