podman history --format '{{.Size}}' IMG
outputs an extra space (compared to docker)
#17767
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.
Issue Description
The commands
and
do not print the same output. (Podman prints an extra space).
Steps to reproduce the issue
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 '{{.Size}}' alpine:3.17.2 | head -1
podman history --format '{{.Size}}' alpine:3.17.2 | head -1
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: