registry/manifest
Aaron Lehmann 93d76247f2 Preserve author information in schema1 manifests
When we push a schema1 manifest, we encode history information from the
image JSON into v1Compatibility strings for the respective layers. The
"author" field was not being set in these v1Compatibility strings, so if
a parent layer had an author set, it would not be preserved after
pushing through a schema1 manifest and repulling, so the image ID would
change after the pull. This change preserves the authorship information
for parent layers so that the image ID does not change.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-05-04 10:35:49 -07:00
..
manifestlist Add os.version and os.features to platform spec 2016-03-17 16:54:21 -07:00
schema1 Preserve author information in schema1 manifests 2016-05-04 10:35:49 -07:00
schema2 Use correct media type for config blob in schema2 manifest 2016-05-04 10:28:54 -07:00
doc.go Move manifest package to schema1 2015-08-21 16:29:47 -07:00
versioned.go Move MediaType into manifest.Versioned 2016-01-07 15:26:27 -08:00