Project

Profile

Help

Story #3399

Updated by ipanova@redhat.com over 5 years ago

As a user i can sync v2 complaint specs docker content from a docker registry which is: 
 - complaint v2 api specs 
 - supports basic auth and or token auth 

 This story is complete when: 

 *I can initiate a sync from Docker Registry by providing feed and upstream name 
 *The sync completes without error 
 *I can see that the expected content was added to the repo ( + pagination support) 

 # Add upstream_name to the DockerImporter 
 # Add upstream_name to DockerImporterSerializer (including user-facing help_text): 
 # Create a sync task that accepts (importer_pk, repository_pk) 
 # Dispatch the sync task in the DockerImporterViewSet.sync detail route 
 #    custom Declarative Version stage to de-duplicate tag names. 

Back