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

Support pulling manifest lists #25321

Open
te-yd opened this issue Feb 14, 2025 · 3 comments
Open

Support pulling manifest lists #25321

te-yd opened this issue Feb 14, 2025 · 3 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@te-yd
Copy link

te-yd commented Feb 14, 2025

Feature request description

I would like to have support for pulling a manifest list if the referenced tag is one.

Currently podman supports push manifest list to repo but not pulling all the images in the manifest, this case occurred to me while was running a pipeline and needed to pull the intermediate image pushed to repo incase of failures.

Suggest potential solution

Support podman manifest pull for pulling lists.

Have you considered any alternatives?

I have tried skopeo to check if the feature existed but no avail, I could not pull an entire manifest list using an existing tool, only way i got around it was to make a http call to get the list json and do the pull and tag manifest list manually.

Additional context

No response

@te-yd te-yd added the kind/feature Categorizes issue or PR as related to a new feature. label Feb 14, 2025
@Luap99
Copy link
Member

Luap99 commented Feb 14, 2025

cc @mtrmac

@mtrmac
Copy link
Collaborator

mtrmac commented Feb 14, 2025

Generally c/storage images are single-arch; this would be something specific to the podman manifest … code.

@cyqsimon
Copy link

Ran into this today. Yes this would be very desirable. Related #18896.

Also, podman manifest save & podman manifest load for working in an offline environment.

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.
Projects
None yet
Development

No branches or pull requests

4 participants