1 comment (1 comment)0 reactions (0 reactions)1 assignee (1 assignee)Go5,235 forks (5,235 forks)batch import
help wanted
Repository metrics
- Stars
- 28,490 stars (28,490 stars)
- PR merge metrics
- Avg merge 8d 17h (Avg merge 8d 17h)74 merged PRs in 30d (74 merged PRs in 30d)
Description
Originally posted by Cavaler April 22, 2026
Replicating from Azure ACR seemingly supports only "image", not "artifact". I would like to know, why? And why isn't it documented?
And most importantly, is there a way to work around that?
Contributor guide
- Research direction
- Examine the replication flow code in Harbor, focusing on how artifact types are handled when pulling from Azure ACR. Identify where the filter for 'image' vs 'artifact' is applied and determine if adding support for artifacts requires changes in the adapter or registry interface.
- Tech stack
- godocker
- Domain
- backendcloudapi
- Issue type
- Feature
- Prerequisites
- GoDockerHarbor replication knowledge