Dev_guideComponents

CoreAI

Harbor

Harbor documentation

Harbor

Description

Harbor is an open source registry that secures artifacts with policies and role-based access control, ensures images are scanned and free from vulnerabilities, and signs images as trusted. Harbor, a CNCF Graduated project, delivers compliance, performance, and interoperability to help you consistently and securely manage artifacts across cloud native compute platforms like Kubernetes and Docker.

Uses and Functionnalities

Harbor can be installed :

  • Standalone in a server

  • Standalone in a node of the Kube

  • Inside the Kube (via helm chart)

CICD integration method

In the CICD, we use the version in helm chart for install it in the kubernetes namespace. To enable Harbor, set the following variables in your main configuration file.

    harbor = {
      enabled      = true
      version      = "v2.12.2"
      namespace    = "harbor"
      component    = "dp-common"
      url_prefix   = "harbor"
      release_name = "harbor"
      ingress      = true
    }

API / Swagger

API documentation

Releases

DateNum. VersionNum. ChartDescription
2025-06-301.16.22.12.2Initialization

Official documentation

Harbor documentation

On this page