Project

Profile

Help

Story #2384

Updated by ipanova@redhat.com almost 7 years ago

As a result of this story, Pulp Docker will support manifests lists for sync, publish and copy. 

 To support manifest lists we need to: 
 1. Manifest list will be a new content type, so a Manifest list model should be defined. created. 
 2. During sync always make 3 requests to the registry and in each request set properly the headers( We would need to make 3 requests to support schema 1, schema2 and manifest lists) 
 3. As a result of 3rd request we will have to save to the DB manifest list 
 4. Update Tag model, so it would be aware that it references a manifest list. Based on changes, write a migration. 
 5. Update apache config to set headers for published manifest list directory proper headers( manifest list mediatype) 
 6. Change publish dir structure, so it would have directory for manifest lists 
 7.    Change change the schema of the crane metadata file to have manifest lists for fat manifest also 
 8. Change 5. change publish to create the new crane metadata file 
 9. Release notes and docs 

Back