Fix ACI conversion and add a registry test for it
This commit is contained in:
parent
a4f1475de4
commit
3bd1b21ca9
4 changed files with 74 additions and 7 deletions
|
@ -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']}),
|
||||
]
|
||||
|
||||
|
||||
|
|
Reference in a new issue