-
Notifications
You must be signed in to change notification settings - Fork 3k
podman-remote: history: results inconsistent with non-remote podman #7122
Copy link
Copy link
Closed
Labels
HTTP APIBug is in RESTful APIBug is in RESTful APIkind/bugCategorizes issue or PR as related to a bug.Categorizes 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.Assist humans wanting to comment on an old issue or PR with locked comments.remoteProblem is in podman-remoteProblem is in podman-remote
Description
In window 1:
$ ./bin/podman system service --timeout=0In 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 kBExpected:
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 MBNote the missing CMD in the podman-remote output. Note also the probably-inaccurate dates.
master @ 288ebec, root & rootless.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
HTTP APIBug is in RESTful APIBug is in RESTful APIkind/bugCategorizes issue or PR as related to a bug.Categorizes 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.Assist humans wanting to comment on an old issue or PR with locked comments.remoteProblem is in podman-remoteProblem is in podman-remote