distribution/registry/handlers
Stephen J Day e57c13f3cb Validate manifest parent-child relationships
Since 1.8 may push bad manifests, we've added some validation to ensure that
the parent-child relationships represented by image json are correct. If the
relationship is not correct, we reject the push.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-08-12 20:16:56 -07:00
..
api_test.go Validate manifest parent-child relationships 2015-08-12 20:16:56 -07:00
app.go Add configuration for upload purging 2015-05-06 11:04:51 -07:00
app_test.go Integrate layer info cache with registry and storage 2015-04-02 20:15:16 -07:00
basicauth.go Move registry package into handler package 2015-02-10 17:25:40 -08:00
basicauth_prego14.go Move registry package into handler package 2015-02-10 17:25:40 -08:00
context.go Instantiate http context before dispatch 2015-04-15 19:53:36 -07:00
helpers.go Move registry package into handler package 2015-02-10 17:25:40 -08:00
hmac.go Move registry package into handler package 2015-02-10 17:25:40 -08:00
hmac_test.go Move registry package into handler package 2015-02-10 17:25:40 -08:00
images.go Validate manifest parent-child relationships 2015-08-12 20:16:56 -07:00
layer.go Refactor Layer interface to return a Handler 2015-03-12 21:59:07 -07:00
layerupload.go Modify blob upload API 2015-05-06 16:19:47 -07:00
tags.go Add error return to Repository method on Registry 2015-02-13 16:27:33 -08:00