podman history --format '{{.CreatedAt}}' IMG
prints different output than docker
#17768
Labels
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.
stale-issue
Issue Description
The commands
and
do not print the same output.
Steps to reproduce the issue
On a Fedora 37 computer (arch: amd64)
sudo -i
dnf install -y podman
dnf install -y moby-engine
systemctl start docker
useradd test1
usermod -aG docker test1
machinectl shell test1@
podman pull alpine:3.17.2
docker pull alpine:3.17.2
docker history --format '{{.CreatedAt}}' alpine:3.17.2
podman history --format '{{.CreatedAt}}' alpine:3.17.2
Describe the results you received
Describe the results you expected
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: