Public repositories supported by Curation and curation-audit cli support.
| Public repository name | Public repository URLs supported (configure in Artifactory remote repository) | Minimal Artifactory Version | Minimal Curation Version (aka Xray Version) | Minimal JFrog cli version (for curation-audit) | Catalog Support (UI & API) |
|---|---|---|---|---|---|
| npm Registry | https://registry.npmjs.org | 7.63.5 (Both Curation service & curation-audit cli) | 3.78.x (Both Curation service & curation-audit cli) | 2.38.3 | Yes |
| Docker Hub | https://registry-1.docker.io | 7.63.5 (Curation service only) | 3.82.10 (Curation service only) | Not available | API Only |
| Maven | https://repo.maven.apache.org/maven2 https://plugins.gradle.org/m2/ https://repository.jboss.org/maven2/ https://repo.jenkins-ci.org/releases/ https://maven.gridgain.com/nexus/content/repositories/external/ https://repository.mulesoft.org/releases/ https://repository.sonatype.org/content/groups/forge/ https://packages.confluent.io/maven/ https://repository.cloudera.com/service/rest/repository/browse/repo/ | 7.63.5 (Curation service only) 7.82.2 (including curation-audit cli) | 3.78.x (Curation service only) 3.92.7 (including curation-audit cli) | 2.53.1 | Yes |
| The Python Package Index (PyPI) | https://files.pythonhosted.org/ | 7.63.5 (Curation service only) 7.82.2 (Curation service only) | 3.78.x (Curation service only) 3.92.7 (Curation service only) | 2.62.0 (pip support) | Yes |
| Go Packages | https://proxy.golang.org/ | 7.63.5 (Curation service only) | 3.92.7 (Curation service only) | 2.58.1 | API Only |
| Nuget Gallery | https://www.nuget.org/ | 7.80 (Curation service only) | 3.92.7 (Curation service only) | 2.68.0 | Yes |
| Conan Central Repository | http://center.conan.io/ | 7.63.5 (Curation service only) | 3.95.x (Curation service only) | Coming soon | Yes |
| Hugging Face | https://huggingface.co/ | 7.77.3 (Curation service only) | 3.95.x (Curation service only) | N/A | Yes |
| RubyGems | https://rubygems.org/ | 7.63.5 | 3.98.0 | N/A | Yes |
| Gradle (See note below) | https://repo1.maven.org/maven2 https://repo.maven.apache.org/maven2 https://maven.google.com | 7.63.5 | 3.101.0 | 2.77.0 | API Only |
| Crates (Rust) | https://index.crates.io | 7.63.5 | 3.118 | N/A Support native messaging | Yes Self-Hosted version 1.16 |
| Conda | https://repo.anaconda.com/pkgs/main | 7.117 | 3.125.2 | N/A | Yes |
| VS Code (Requires an Ultimate or Unified Security Bundle) | https://open-vsx.org/vscode/gallery | 7.125.6 | 3.131.15 | N/A | Yes |
Note: To support Curation for remote Gradle plugins, you must use a virtual repository configured in a specific order:
- Maven Central remote repository, first repo.
- Gradle repository, under Maven
This order is mandatory because the Gradle client automatically redirects to Maven Central for binaries.