An open source trusted cloud native registry project that stores, signs, and scans content.
Go to file
Tan Jiang be81ad6bbd update license files 2016-02-29 13:25:18 +08:00
Deploy Update Dockerfile 2016-02-24 10:30:33 +08:00
api fix package comment issue 2016-02-26 18:54:14 +08:00
auth fix package comment issue 2016-02-26 18:54:14 +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 update file names, remove tests folder 2016-02-29 10:50:47 +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 refined some words and fixed typo. 2016-02-26 18:28:33 +08:00
.gitignore update file names, remove tests folder 2016-02-29 10:50:47 +08:00
Dockerfile remove conf directory 2016-02-22 10:46:09 +08:00
License.txt update license files 2016-02-29 13:25:18 +08:00
Notice.txt update license files 2016-02-29 13:25:18 +08:00
README.md update license files 2016-02-29 13:25:18 +08:00
main.go fix package comment issue 2016-02-26 18:54:14 +08:00

README.md

Harbor

Harbor is a project to provide enterprise capabilities for Docker Registry V2. It wraps the registry server to provide authorization and user interface.

Features

  • Role Based Access Control: Users and docker repositories are organized via "projects", a user can have differernt permission for images under a namespace.
  • Convenient user interface: User can easily browse, search docker repositories, manage projects/namepaces.
  • LDAP support: harbor can easily integrate to the existing ldap of entreprise.
  • Audting: All the access to the repositories hosted on Harbor are immediately recorded and can be used for auditing purpose.

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

License

Harbor is available under the Apache 2 license.