moby--moby/layer
Tonis Tiigi e29e580f7f Verify layer tarstream
This adds verification for getting layer data out
of layerstore. These failures should only be possible
if layer metadata files have been manually changed
of if something is wrong with tar-split algorithm.

Failing early makes sure we don’t upload invalid data
to the registries where it would fail after someone
tries to pull it.


Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2016-02-09 14:45:46 -08:00
..
empty.go
empty_test.go
filestore.go Add more robust error handling on layer store creation 2016-01-26 12:58:47 -08:00
filestore_test.go Update code to compile against new manifest interface 2016-01-08 17:24:20 -08:00
layer.go Update code to compile against new manifest interface 2016-01-08 17:24:20 -08:00
layer_store.go Add more robust error handling on layer store creation 2016-01-26 12:58:47 -08:00
layer_test.go Verify layer tarstream 2016-02-09 14:45:46 -08:00
layer_unix.go Refactor RWLayer to use referenced object instead of string 2015-12-23 11:19:17 -08:00
layer_windows.go Update code to compile against new manifest interface 2016-01-08 17:24:20 -08:00
migration.go Parallel migration and optimizations 2016-01-04 09:48:52 -08:00
migration_test.go Verify layer tarstream 2016-02-09 14:45:46 -08:00
mount_test.go Verify layer tarstream 2016-02-09 14:45:46 -08:00
mounted_layer.go Refactor RWLayer to use referenced object instead of string 2015-12-23 11:19:17 -08:00
ro_layer.go Verify layer tarstream 2016-02-09 14:45:46 -08:00