You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: