Skip to content

varlink: InspectImage does not serialize the metadata #742

@TomasTomecek

Description

@TomasTomecek

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

No one assigned

    Labels

    locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions