Skip to content

Commit 1352a44

Browse files
committed
intro
Signed-off-by: Vadim Bauer <vb@container-registry.com>
1 parent a5301a7 commit 1352a44

2 files changed

Lines changed: 31 additions & 48 deletions

File tree

README.md

Lines changed: 30 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,37 @@
1-
# Harbor
2-
[![CI](https://github.com/goharbor/harbor/actions/workflows/CI.yml/badge.svg)](https://github.com/goharbor/harbor/actions/workflows/CI.yml)
3-
[![Go Report Card](https://goreportcard.com/badge/github.com/goharbor/harbor)](https://goreportcard.com/report/github.com/goharbor/harbor)
4-
[![Coverage Status](https://codecov.io/gh/goharbor/harbor/branch/main/graph/badge.svg)](https://codecov.io/gh/goharbor/harbor)
5-
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2095/badge)](https://bestpractices.coreinfrastructure.org/projects/2095)
6-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/792fe1755edc4d6e91f4c3469f553389)](https://www.codacy.com/gh/goharbor/harbor/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=goharbor/harbor&amp;utm_campaign=Badge_Grade)
7-
![Code scanning - action](https://github.com/goharbor/harbor/workflows/Code%20scanning%20-%20action/badge.svg)
8-
![OCI Distribution Conformance Tests](https://github.com/goharbor/harbor/workflows/CONFORMANCE_TEST/badge.svg)
9-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fgoharbor%2Fharbor.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fgoharbor%2Fharbor?ref=badge_shield)
10-
[![Helm Chart on Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/harbor)](https://artifacthub.io/packages/helm/harbor/harbor)
11-
</br>
1+
# Harbor Next
122

13-
|![notification](https://raw.githubusercontent.com/goharbor/website/master/docs/img/readme/bell-outline-badged.svg)Community Meeting|
14-
|------------------|
15-
|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).|
3+
<p align="center"><img alt="Harbor Next" width="256px" src="https://raw.githubusercontent.com/container-registry/harbor-next/refs/heads/main/docs/img/harbor-next-logo.svg"></p>
164

17-
</br> </br>
5+
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.
186

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.
2111

22-
<img alt="Harbor" src="https://raw.githubusercontent.com/goharbor/website/master/docs/img/readme/harbor_logo.png">
12+
# Harbor Next
2313

24-
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.
2517

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
27-
[announcement](https://www.cncf.io/blog/2018/07/31/cncf-to-host-harbor-in-the-sandbox/).
18+
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...
2835

2936
## Features
3037

@@ -41,6 +48,7 @@ Harbor is hosted by the [Cloud Native Computing Foundation](https://cncf.io) (CN
4148
* **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.
4249
* **Easy deployment**: Harbor can be deployed via Docker compose as well Helm Chart, and a Harbor Operator was added recently as well.
4350

51+
4452
## Architecture
4553

4654
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
5159
* Part 1: [New or changed APIs](https://editor.swagger.io/?url=https://raw.githubusercontent.com/goharbor/harbor/main/api/v2.0/swagger.yaml)
5260

5361
## Install & Run
62+
5463
**System requirements:**
5564

5665
**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
6069
If you want to deploy Harbor on Kubernetes, please use the **[Harbor chart](https://github.com/goharbor/harbor-helm)**.
6170

6271
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.
67-
68-
#### Quick Verification
69-
```bash
70-
# Install Cosign (v2.0+)
71-
brew install sigstore/tap/cosign
72-
73-
# Verify signature
74-
cosign verify-blob \
75-
--bundle harbor-offline-installer-v2.15.0.tgz.sigstore.json \
76-
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
77-
--certificate-identity-regexp '^https://github.com/goharbor/harbor/.github/workflows/publish_release.yml@refs/tags/v.*$' \
78-
harbor-offline-installer-v2.15.0.tgz
79-
```
80-
- *Expected output:* Verified OK
81-
82-
- *Full verification guide:* [docs/signature-verification.md](docs/signature-verification.md)
8372

8473
## OCI Distribution Conformance Tests
8574

@@ -127,11 +116,4 @@ For further details please see our complete [security release process](SECURITY.
127116

128117
Harbor is available under the [Apache 2 license](LICENSE).
129118

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)
133-
134-
135119
## Fossa Status
136-
137-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fgoharbor%2Fharbor.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fgoharbor%2Fharbor?ref=badge_large)

docs/img/harbor-next-logo.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)