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.
In window 1:
$ ./bin/podman system service --timeout=0In window 2:
Expected:
Note the missing
CMDin thepodman-remoteoutput. Note also the probably-inaccurate dates.master @ 288ebec, root & rootless.