Story #3408
Updated by bizhang over 6 years ago
A ManifestList object should subclass ContentUnit and contain the following additional fields: * digest: CharField(255) * mediaType: application/vnd.docker.distribution.manifest.list.v2+json * manifests: ManyToManyField('Manifest', through='ManifestListManifest') through='ManifestManifestList') I'm not sure what the purpose of amd64_digest and amd64_schema_version are on the pulp2 model, so I've left it out of this for now. ManifestListManifest ManifestManifestList is the thru table for Manifest to ManifestList to Manifest relationship * ForeignKey to Manifest * ForeignKey to ManifestList