Update the layer rename PR to preserve the original manifest
This commit is contained in:
parent
abd2e3c234
commit
6454b5aeb7
2 changed files with 25 additions and 47 deletions
|
@ -678,7 +678,7 @@ class V2RegistryPullMixin(V2RegistryMixin):
|
|||
found_v1_layers.add(v1_history['id'])
|
||||
|
||||
for image in images:
|
||||
self.assertEquals(not munge_shas, image['id'] in found_v1_layers)
|
||||
self.assertIn(image['id'], found_v1_layers)
|
||||
|
||||
return blobs
|
||||
|
||||
|
|
Reference in a new issue