Skip to content

podman-remote: history: results inconsistent with non-remote podman #7122

@edsantiago

Description

@edsantiago

In window 1:

$ ./bin/podman system service --timeout=0

In window 2:

$ podman pull alpine     (just to make sure you have the image)
$ ./bin/podman-remote history alpine
ID            CREATED        CREATED BY                                     SIZE    COMMENT
a24bb4013296  292 years ago                                                 0 B
<missing>     292 years ago  /bin/sh -c #(nop) ADD file:c92c248239f8c7b...  845 kB

Expected:

ID            CREATED      CREATED BY                                     SIZE     COMMENT
a24bb4013296  8 weeks ago  /bin/sh -c #(nop)  CMD ["/bin/sh"]             0 B
<missing>     8 weeks ago  /bin/sh -c #(nop) ADD file:c92c248239f8c7b...  5.84 MB

Note the missing CMD in the podman-remote output. Note also the probably-inaccurate dates.

master @ 288ebec, root & rootless.

Metadata

Metadata

Assignees

Labels

HTTP APIBug is in RESTful APIkind/bugCategorizes issue or PR as related to a bug.locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.remoteProblem is in podman-remote

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions