1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/distribution
Stefan J. Wernli f6bc09c380 storeLayer.Parent should return describableStoreLayers
When storeLayer.Parent returns the parent layer, it needs to use the same logic as Get where it wraps in a describablyStoreLayer if the layer is describable. Otherwise, on Windows, this can result in pushing the foreign layers, which is not supposed to be allowed.
This fixes https://github.com/docker/docker/issues/30080.

Signed-off-by: Stefan J. Wernli <swernli@microsoft.com>
(cherry picked from commit d14b7212ad)
Signed-off-by: Victor Vieux <vieux@docker.com>
2017-01-11 14:54:09 -08:00
..
fixtures/validate_manifest Add distribution package 2015-11-24 09:40:24 -08:00
metadata Implement content addressability for plugins 2016-12-27 13:31:14 -08:00
utils Implement content addressability for plugins 2016-12-27 13:31:14 -08:00
xfer Adds ability to squash image after build 2016-11-01 13:41:59 -04:00
config.go storeLayer.Parent should return describableStoreLayers 2017-01-11 14:54:09 -08:00
errors.go Add class to repository scope 2016-12-09 14:10:29 -08:00
pull.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00
pull_v1.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00
pull_v2.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00
pull_v2_test.go In error, the first letter is low-case letter 2016-09-23 17:30:13 +08:00
pull_v2_unix.go Removing old custom RootFS behavior on Windows. 2016-07-29 14:15:59 -07:00
pull_v2_windows.go Windows: Add debug output to foreign layer pull 2016-09-26 08:56:34 -07:00
push.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00
push_v1.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00
push_v2.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00
push_v2_test.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00
registry.go Implement content addressability for plugins 2016-12-27 13:31:14 -08:00
registry_unit_test.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00