-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.
Description
Fedora rawhide, podman-0.5.2-2.gitfa4705c.fc29.x86_64.
value of 'image' key is a string, it would be much better if it was serialized (hence it was a dict)
Current results
In [15]: podman.InspectImage("docker.io/library/fedora:27")
Out[15]: {'image': '{"Id":"9110ae7f579f35ee0c3938696f23fe0f5fbe641738ea52eb83c2df7e9995fa17","Digest":"sha256:8f...
Expected results
In [15]: podman.InspectImage("docker.io/library/fedora:27")
Out[15]: {'image': {"Id": "9110ae7f579f35ee0c3938696f23fe0f5fbe641738ea52eb83c2df7e9995fa17", "Digest": "sha256:8f...
Metadata
Metadata
Assignees
Labels
locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.