'image not known' for 'podman save' with arm64 image #10835
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.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
podman save
fails withimage not known
error when used for an arm64 image on amd64.If the image is amd64, the command works as expected.
Steps to reproduce the issue:
Dockerfile
:podman build . -t arm64-test
podman save arm64-test > output.image
Error: arm64-test: image not known
Interestingly, using the ID works:
podman save 8707eaf216364b381d33fb63c3d9ee533c4c783fb0eee0282fa6f35386a0366f > output.image
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: