podman images --format incompatibility with docker #5110
Labels
Good First Issue
This issue would be a good issue for a first time contributor to undertake.
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind bug
Description
The tags available in the
podman images --format
option is incompatible with docker. In particular, docker has both{{.CreatedAt}}
and{{.CreatedSince}}
while podman has neither but has{{.Created}}
instead.Steps to reproduce the issue:
docker images --format '{{.CreatedAt}}'
podman images --format '{{.CreatedAt}}'
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):The text was updated successfully, but these errors were encountered: