Harbor
Self-hosted, CNCF-graduated container registry with built-in vulnerability scanning, image signing, and access control.
Overview
Harbor stores and serves container images (and other OCI artifacts) the same way a public registry like Docker Hub does, but self-hosted within your own infrastructure, with role-based access control, automated vulnerability scanning of stored images, and replication between multiple Harbor instances. It's a CNCF graduated project widely used as an enterprise-grade private registry.
Harbor is a fit for teams that need a private, self-hosted container registry with built-in security scanning rather than relying on a third-party registry, complementing Trivy (also in this catalog), one of the scanners Harbor can use internally.
- Categories
- DevOps
- Languages
- Go
- License
- Apache-2.0
Related Projects
Ansible
GPL-3.0Radically simple IT automation platform for configuration management, deployment and orchestration.
- DevOps
Argo CD
Apache-2.0The leading GitOps continuous delivery tool for Kubernetes, automatically syncing your cluster state to match what's defined in git.
- DevOps
Caddy
Apache-2.0Modern web server and reverse proxy with automatic HTTPS by default, built for simplicity compared to traditional web server configuration.
- DevOps
cert-manager
Apache-2.0Automates issuing, renewing, and managing TLS certificates for Kubernetes applications, eliminating manual certificate handling.
- DevOps
Spotted an error? Suggest an edit on GitHub.