distribution/registry
Stephen J Day 40273b1d36 Implement immutable manifest reference support
This changeset implements immutable manifest references via the HTTP API. Most
of the changes follow from modifications to ManifestService. Once updates were
made across the repo to implement these changes, the http handlers were change
accordingly. The new methods on ManifestService will be broken out into a
tagging service in a later PR.

Unfortunately, due to complexities around managing the manifest tag index in an
eventually consistent manner, direct deletes of manifests have been disabled.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-03-04 21:40:55 -08:00
..
api/v2 spec: fetch manifests by tag or digest 2015-03-04 21:39:36 -08:00
auth Rename auth.token.rootCertBundle yml field 2015-02-20 00:46:24 +00:00
client Remove unnecessary close in client 2015-03-03 19:29:12 -08:00
handlers Implement immutable manifest reference support 2015-03-04 21:40:55 -08:00
storage Implement immutable manifest reference support 2015-03-04 21:40:55 -08:00
doc.go Move registry package into handler package 2015-02-10 17:25:40 -08:00