Project

Profile

Help

Story #3399

Updated by amacdona@redhat.com about 6 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 or token auth 

 This story is complete when: 

 *I can initiate a sync from Docker Registry  
 *The sync completes without error 
 *I can see that the expected content was added to the repo 
 * TBD 

 # 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 

Back