distribution/manifest/schema1
Aaron Lehmann 620a030217 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-04-28 11:57:48 -07:00
..
config_builder.go Preserve author information in schema1 manifests 2016-04-28 11:57:48 -07:00
config_builder_test.go Preserve author information in schema1 manifests 2016-04-28 11:57:48 -07:00
manifest.go Add option to disable signatures 2016-02-10 15:20:39 -08:00
manifest_test.go Implementation of the Manifest Service API refactor. 2015-12-17 17:09:14 -08:00
reference_builder.go Use reference package internally 2016-01-22 14:47:05 -08:00
reference_builder_test.go Use reference package internally 2016-01-22 14:47:05 -08:00
sign.go Implementation of the Manifest Service API refactor. 2015-12-17 17:09:14 -08:00
verify.go Implementation of the Manifest Service API refactor. 2015-12-17 17:09:14 -08:00