distribution/manifest/schema1
Stephen J Day c9aaff00f8
manifest: references should cover all children
To allow generic manifest walking, we define an interface method of
`References` that returns the referenced items in the manifest. The
current implementation does not return the config target from schema2,
making this useless for most applications.

The garbage collector has been modified to show the utility of this
correctly formed `References` method. We may be able to make more
generic traversal methods with this, as well.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2016-10-18 11:43:33 -07:00
..
config_builder.go manifest: references should cover all children 2016-10-18 11:43:33 -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