Project

Profile

Help

Refactor #1080

Updated by bmbouter almost 9 years ago

As per https://pulp.plan.io/issues/967, a new DockerManifest model has been created. However, as it was created against the 2.6 branches, it has not been converted to the new-style model type yet. This task is to earmark the conversion work. 

 Deliverables: 
 * A "new-style" model for the DockerManifest model, part of the Docker v2 API. 
 * Follow the "conversion guide":https://fedorahosted.org/pulp/wiki/ConvertingModelsToMongoengine#StepsinvolvedinconvertingaPulpmodeltoMongoEngine 

 The Docker data type is documented here: https://github.com/docker/distribution/blob/release/2.0/docs/spec/manifest-v2-1.md

Back