For a decentralized identity management system, the first results are goharbor/harbor (Harbor is a self-hosted enterprise container registry that integrates OIDC-based identity management, RBAC, audit logging, multi-tenancy, vulnerability scanning, and webhook notifications — directly meeting the full scope of the visitor's requirements), distribution/distribution and quay/clair (Clair is a container image vulnerability scanner, not a registry — it lacks the core OCI storage, identity management, RBAC, and multi-tenant hosting that this search demands). docker/docker and moghtech/komodo round out the shortlist. Compare the match explanations and check the project documentation against your requirements.
We curate open-source GitHub repositories matching “registry identity”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.
Harbor is a self-hosted, enterprise-grade container registry platform designed to store, sign, and scan container images and cloud-native artifacts. It provides a centralized repository that integrates directly with Kubernetes environments to manage the full lifecycle of software artifacts, from initial storage to production deployment. The platform distinguishes itself through a focus on security, governance, and multi-site availability. It features a pluggable vulnerability scanning framework that allows for the integration of various security engines, alongside content trust mechanisms tha
Harbor is a self-hosted enterprise container registry that integrates OIDC-based identity management, RBAC, audit logging, multi-tenancy, vulnerability scanning, and webhook notifications — directly meeting the full scope of the visitor's requirements.
Distribution is an open-source container image registry that implements the OCI Distribution Specification, enabling any OCI-compatible client to push, pull, and manage container images over standard protocols. It serves as a content distribution toolkit for packaging, shipping, storing, and delivering container content across networked environments, storing and retrieving content by its cryptographic hash for integrity and deduplication. The registry separates image metadata from bulk data to enable efficient validation and partial pulls, and supports resumable blob uploads with chunked tran
Distribution implements the OCI Distribution Specification for a core container image registry, but its authentication is externally managed rather than providing integrated identity management with RBAC, OIDC, or auditing out of the box — it fits the registry category but lacks the built-in access control features this search requires.
Clair is a container image vulnerability scanner and security analyzer. It performs static analysis of container images by matching package contents against vulnerability databases to identify security risks across different package formats and architectures. The project functions as both an image indexer and a vulnerability database manager. It processes container layers into intermediate representations to enable fast security lookups and synchronizes security metadata from multiple external sources to maintain a local registry. Capability areas include continuous security monitoring, whic
Clair is a container image vulnerability scanner, not a registry — it lacks the core OCI storage, identity management, RBAC, and multi-tenant hosting that this search demands.
Docker is an OCI container engine and runtime orchestrator used to build, run, and manage isolated applications. It functions as a container image builder for creating portable snapshots of applications and a registry manager for storing, versioning, and distributing those images across environments. The platform provides a centralized daemon to control the creation, execution, and termination of containerized workloads. It allows for the assembly of modular container systems by combining build tools, registries, and runtimes. Its core capabilities cover container image creation, registry ad
Docker is a container engine that can push and pull images from registries, but it is not itself a self-hostable container image registry with built-in identity management and the features you listed—it is the wrong category for this search.
Komodo is a remote server orchestrator and container deployment platform. It provides a centralized interface for managing multiple remote hosts through lightweight agents, coordinating Docker Swarm and Kubernetes clusters, and automating software delivery via integrated CI/CD pipelines. The system distinguishes itself with a TypeScript-based automation engine that executes typed scripts against the system API for complex operational workflows. It supports infrastructure-as-code through TOML-based declarative configuration synchronization and provides ephemeral build infrastructure that provi
Komodo is a container deployment and orchestration platform with integrated identity management, RBAC, and OIDC support, but it does not store or serve container images as an OCI-compliant registry—it manages deployments from existing registries instead.
| Repository | Stars | Language | License | Last push |
|---|---|---|---|---|
| goharbor/harbor | 28.8K | Go | Apache-2.0 | |
| distribution/distribution | 10.5K | Go | Apache-2.0 | |
| quay/clair | 11K | Go | Apache-2.0 | |
| docker/docker | 71.7K | Go | Apache-2.0 | |
| moghtech/komodo | 10.3K | Rust | gpl-3.0 |