BUG: loading multiple images corrupts tags of existing ones #2821
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.
[Now that I have access to the nightly ppa's (cf. #2250), here's some more things I found]
Sometimes it's necessary to transfer images in bulk (say, to an environment that has restricted internet access). Docker supports saving/loading multiple images, and nominally, podman does too. Loading multiple images saved by docker fails (xref #2822), while loading multiple images saved by podman go through but are either loading incorrectly or even corrupting tags that might have been correct before.
This is a much subtler issue and thus harder to detect.
Steps to reproduce:
Then, things look as follows.
Saving and reloading corrupts the tags.
In particular,
docker.io/library/ubuntu:cosmic
gets wrongly tagged to the commit ofdocker.io/library/ubuntu:bionic
, while the actual commit ofdocker.io/library/ubuntu:cosmic
gets untagged.Side note: in contrast to docker, there is no auto-completion for file-names after
sudo podman load -i
The text was updated successfully, but these errors were encountered: