You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://artifacthub.io/packages/helm/harbor/harbor)
|The Harbor Project holds bi-weekly community calls in two different timezones. To join the community calls or to watch previous meeting notes and recordings, please visit the [meeting schedule](https://github.com/goharbor/community/blob/master/MEETING_SCHEDULE.md).|
Harbor is a CNCF graduated open-source container registry to store and manage container images and other OCI artifacts securely with policies, role-based access control, vulnerability scans and signing.
18
6
19
-
**Note**: The `main` branch may be in an *unstable or even broken state* during development.
20
-
Please use [releases](https://github.com/goharbor/harbor/releases) instead of the `main` branch in order to get a stable set of binaries.
7
+
Harbor is hosted by the [Cloud Native Computing Foundation](https://cncf.io)
8
+
(CNCF).
9
+
If you are an organization that wants to help shape the evolution of Harbor,
10
+
[reach out](https://container-registry.com/contact/) to us.
Harbor is 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.
14
+
Harbor Next is a community-driven evolution of Harbor, designed to accelerate innovation and lower barriers for contributors.
15
+
It serves as the upstream foundation for 8gcr (8gears Container Registry),
16
+
in production at enterprises, government agencies, and cloud providers.
25
17
26
-
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 whose involved and how Harbor plays a role, read the CNCF
We're developing Harbor Next as a [community proposal](https://github.com/goharbor/community/pull/272) with the goal of advancing the Harbor ecosystem — whether as a standalone project or as a future contribution back to CNCF Harbor.
19
+
20
+
## Notable Changes in Harbor Next
21
+
- Contributor/Maintainer ladder automation
22
+
- Continuous delivery
23
+
- Easy Contributor onboarding with out of the box dev environments
24
+
- Multi-architecture artifacts
25
+
- Scratch images with minimal size and attack surface.
26
+
- Use of Docker Distribution V3
27
+
- Proxy and replicate Charts in Chart Museum Format
28
+
- Backup/replicate images straight to SFTP or S3
29
+
- Harbor Satellite Support
30
+
- Versatile Helm Chart
31
+
- Open Compose (install.sh less) supporting Docker & Podman Compose
32
+
- Support for OpenShift,Rancher,k0s
33
+
- Prepending vetted features not yet upstream
34
+
- more...
28
35
29
36
## Features
30
37
@@ -41,6 +48,7 @@ Harbor is hosted by the [Cloud Native Computing Foundation](https://cncf.io) (CN
41
48
***RESTful API**: RESTful APIs are provided to facilitate administrative operations, and are easy to use for integration with external systems. An embedded Swagger UI is available for exploring and testing the API.
42
49
***Easy deployment**: Harbor can be deployed via Docker compose as well Helm Chart, and a Harbor Operator was added recently as well.
43
50
51
+
44
52
## Architecture
45
53
46
54
For learning the architecture design of Harbor, check the document [Architecture Overview of Harbor](https://github.com/goharbor/harbor/wiki/Architecture-Overview-of-Harbor).
@@ -51,6 +59,7 @@ For learning the architecture design of Harbor, check the document [Architecture
51
59
* Part 1: [New or changed APIs](https://editor.swagger.io/?url=https://raw.githubusercontent.com/goharbor/harbor/main/api/v2.0/swagger.yaml)
52
60
53
61
## Install & Run
62
+
54
63
**System requirements:**
55
64
56
65
**On a Linux host:** docker 20.10.10-ce+ and docker-compose 1.18.0+ .
@@ -60,26 +69,6 @@ Download binaries of **[Harbor release ](https://github.com/goharbor/harbor/rele
60
69
If you want to deploy Harbor on Kubernetes, please use the **[Harbor chart](https://github.com/goharbor/harbor-helm)**.
61
70
62
71
Refer to the **[documentation](https://goharbor.io/docs/)** for more details on how to use Harbor.
63
-
### Verifying Release Signatures
64
-
Starting with v2.15.0, Harbor release artifacts are cryptographically signed using Cosign to ensure authenticity and integrity.
65
-
66
-
Download the installers and signature bundles from the Harbor releases page.
@@ -127,11 +116,4 @@ For further details please see our complete [security release process](SECURITY.
127
116
128
117
Harbor is available under the [Apache 2 license](LICENSE).
129
118
130
-
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:
131
-
132
-
* Photon OS 1.0: [docker image](https://hub.docker.com/_/photon/), [license](https://github.com/vmware/photon/blob/master/COPYING)
0 commit comments