Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ctron opened this issue Jun 3, 2024 · 1 comment
Open

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

ctron opened this issue Jun 3, 2024 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. stale-issue

Comments

@ctron
Copy link

ctron commented Jun 3, 2024

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.

@ctron ctron added the kind/feature Categorizes issue or PR as related to a new feature. label Jun 3, 2024
@baude baude changed the title Allow loading multi-arch images with podman load [RFE] Load multi-arch images with podman load Jun 3, 2024
Copy link

github-actions bot commented Jul 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. stale-issue
Projects
None yet
Development

No branches or pull requests

1 participant