Update the layer rename PR to preserve the original manifest

This commit is contained in:
Jake Moshenko 2016-02-12 15:57:44 -05:00
parent abd2e3c234
commit 6454b5aeb7
2 changed files with 25 additions and 47 deletions

View file

@ -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