-
- Downloads
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>
Showing
- errors.go 10 additions, 0 deletionserrors.go
- notifications/listener_test.go 38 additions, 0 deletionsnotifications/listener_test.go
- registry/handlers/api_test.go 76 additions, 3 deletionsregistry/handlers/api_test.go
- registry/handlers/images.go 2 additions, 0 deletionsregistry/handlers/images.go
- registry/storage/manifeststore.go 43 additions, 0 deletionsregistry/storage/manifeststore.go
- registry/storage/manifeststore_test.go 69 additions, 2 deletionsregistry/storage/manifeststore_test.go
Please register or sign in to comment