Fix ACI conversion and add a registry test for it

This commit is contained in:
Joseph Schorr 2018-09-13 14:12:23 -04:00
parent a4f1475de4
commit 3bd1b21ca9
4 changed files with 74 additions and 7 deletions

View file

@ -33,7 +33,7 @@ def sized_images():
Image(id='parentid', bytes=parent_bytes, parent_id=None, size=len(parent_bytes),
config={'foo': 'bar'}),
Image(id='someid', bytes=image_bytes, parent_id='parentid', size=len(image_bytes),
config={'foo': 'childbar'}),
config={'foo': 'childbar', 'Entrypoint': ['hello']}),
]