2020-01-24 23:59:16 +01:00
---
title: Harbor Compatibility List
2020-02-11 16:24:43 +01:00
weight: 15
2020-01-24 23:59:16 +01:00
---
2019-12-18 15:38:10 +01:00
This document provides compatibility information for all Harbor components.
## Replication Adapters
| | Registries | Pull Mode | Push Mode | Introduced in Release | Automated Pipeline Covered |
|-----|------------------|-----------|-----------|-----------------------|---------------------------|
2020-01-24 23:59:16 +01:00
| [Harbor ](https://goharbor.io/ )| ||| V1.8 | Y |
| [distribution ](https://github.com/docker/distribution ) | ||| V1.8 | Y |
| [docker hub ](https://hub.docker.com/ ) | ||| V1.8 | Y |
| [Huawei SWR ](https://www.huaweicloud.com/en-us/product/swr.html ) | ||| V1.8 | N |
| [GCR ](https://cloud.google.com/container-registry/ ) | ||| V1.9 | Y |
| [ECR ](https://aws.amazon.com/ecr/ ) | ||| V1.9 | Y |
| [ACR ](https://azure.microsoft.com/en-us/services/container-registry/ ) | ||| V1.9 | N |
| [AliCR ](https://www.alibabacloud.com/product/container-registry ) | ||| V1.9 | N |
| [Helm Hub ](https://hub.helm.sh/ ) | || N/A | V1.9 | N |
| [Artifactory ](https://jfrog.com/artifactory/ ) | ||  | V1.10 | N |
| [Quay ](https://github.com/quay/quay ) | ||  | V1.10 | N |
| [GitLab Registry ](https://docs.gitlab.com/ee/user/packages/container_registry/ ) | ||  | V1.10 | N |
{{< note > }}
2019-12-18 15:38:10 +01:00
* `Pull` mode replicates artifacts from the specified source registries into Harbor.
* `Push` mode replicates artifacts from Harbor to the specified target registries.
2020-01-24 23:59:16 +01:00
{{< / note > }}
2019-12-18 15:38:10 +01:00
## OIDC Adapters
| | OIDC Providers | Officially Verified | End User Verified | Verified in Release |
|---|-----------------|---------------------|---------------------|-----------------------|
2020-01-24 23:59:16 +01:00
| [Google Identity ](https://developers.google.com/identity/protocols/OpenIDConnect ) | |  | |V1.9|
| [Dex ](https://github.com/dexidp/dex ) |  | | | V1.9 |
| [Ping Identity ](https://www.pingidentity.com ) |  | | | V1.9 |
| [Keycloak ](https://www.keycloak.org/ ) |  |  | | V1.10 |
| [Auth0 ](https://auth0.com/ ) |  |  | | V1.10 |
2019-12-18 15:38:10 +01:00
## Scanner Adapters
| | Scanners | Providers | Evaluated | As Default | Onboard in Release |
|---|----------|-----------|-----------|------------|--------------------|
2020-01-24 23:59:16 +01:00
| [Clair ](https://github.com/goharbor/harbor-scanner-clair ) || CentOS ||| v1.10 |
| [Anchore ](https://github.com/anchore/harbor-scanner-adapter ) | | Anchore || N | v1.10 |
| [Trivy ](https://github.com/aquasecurity/harbor-scanner-trivy )|| Aqua || N | v1.10 |
2019-12-18 15:38:10 +01:00
| [CSP ](https://github.com/aquasecurity/harbor-scanner-aqua ) || Aqua | N | N | v1.10 |
| [DoSec ](https://github.com/dosec-cn/harbor-scanner/blob/master/README_en.md )| | DoSec | N | N | v1.10 |
2020-01-24 23:59:16 +01:00
{{< note > }}
2019-12-18 15:38:10 +01:00
* `Evaluated` means that the scanner implementation has been officially tested and verified.
* `As Default` means that the scanner is provided as a default option and can be deployed together with the main Harbor components by providing extra options during installation. You must install other scanners manually.
2020-01-24 23:59:16 +01:00
{{< / note > }}