Project

Profile

Help

Story #3400

Updated by amacdona@redhat.com about 6 years ago

This story will be complete when a user can create a publication of a repository version sync from docker hub (or another registry that contains implements the docker v2 schema content. API [0])  

 The publication must be consumable by Crane. 

 The work to implement this story will be: 
 # Add fields to the DockerPublisher 
 # Add fields to the DockerPublisherSerializer DockerImporter And DockerImporterSerializer (including user-facing help_text): 
 ## upstream_name 
 # Create a publish sync task (see comments) that accepts (importer_pk, repository_pk) 
 # Dispatch the publish sync task in the DockerPublisherViewSet.publish DockerImporterViewSet.sync detail route 
 


 [0]: https://docs.docker.com/registry/spec/api/

Back