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
|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).|
17
-
18
-
</br> </br>
19
-
20
-
**Note**: The `main` branch may be in an *unstable or even broken state* during development.
21
-
Please use [releases](https://github.com/vmware/harbor/releases) instead of the `main` branch in order to get a stable set of binaries.
3
+
4
+
5
+
> [!NOTE]
6
+
> 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).
7
+
8
+
> [!IMPORTANT]
9
+
> Harbor Next is the place
10
+
> where the community can already use features and capabiliites
11
+
> that are not yet upstream.
12
+
> Harbor Next is a stable and backwards API compatible outlook on wha'ts next.
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.
17
+
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
+
19
+
Harbor is hosted by the [Cloud Native Computing Foundation](https://cncf.io)
20
+
(CNCF).
21
+
If you are an organization that wants to help shape the evolution of Harbor,
22
+
[reach out](https://container-registry.com/contact/) to us.
23
+
24
+
## Harbor Next Differences
25
+
26
+
- Continuous delivery
27
+
- Multi-architecture artifacts
28
+
- Scratch images with minimal size and attack surface.
29
+
- Docker Distribution V3
30
+
- Harbor Satellite Support
31
+
- Helm Chart
32
+
- Open Compose (install.sh less) supporting Docker & Podman Compose
33
+
- Multiple flavors - (Vanilla, Next)
34
+
- Prepending vetted features not yet upstream
26
35
27
-
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
@@ -42,6 +49,7 @@ Harbor is hosted by the [Cloud Native Computing Foundation](https://cncf.io) (CN
42
49
***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.
43
50
***Easy deployment**: Harbor can be deployed via Docker compose as well Helm Chart, and a Harbor Operator was added recently as well.
44
51
52
+
45
53
## Architecture
46
54
47
55
For learning the architecture design of Harbor, check the document [Architecture Overview of Harbor](https://github.com/goharbor/harbor/wiki/Architecture-Overview-of-Harbor).
@@ -109,11 +117,5 @@ For further details please see our complete [security release process](SECURITY.
109
117
110
118
Harbor is available under the [Apache 2 license](LICENSE).
111
119
112
-
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:
113
-
114
-
* Photon OS 1.0: [docker image](https://hub.docker.com/_/photon/), [license](https://github.com/vmware/photon/blob/master/COPYING)
0 commit comments