containers / podman

Podman: A tool for managing OCI containers and pods.
https://podman.io
Apache License 2.0
23.04k stars 2.35k forks source link

[RFE] Load multi-arch images with `podman load` #22882

Open ctron opened 3 months ago

ctron commented 3 months ago

Feature request description

podman save --multi-image-archive allows exporting a "multi arch" container. However, podman load does not allow importing it as multi arch, but seems to only load the host architecture version of that container.

For working in CI's (like GitHub Actions), it would be beneficial to save and load a multi-arch image for transferring it between jobs.

Suggest potential solution

Add --multi-image-archive/-m to the podman load command, which imports a multi-arch image, reproducing the state when it was exported with podman save --multi-image-archive.

Have you considered any alternatives?

I have none.

Additional context

To be fair, docker load does the same. But I'd hope podman could be better.

github-actions[bot] commented 2 months ago

A friendly reminder that this issue had no activity for 30 days.