containers / podman

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

Add an ability to tag a remote manifest in the registry #23618

Open ipanova opened 3 months ago

ipanova commented 3 months ago

Feature request description

podman tag can tag only locally stored images. Add an ability to tag a manifest that already exists on the registry.

Suggest potential solution

For regular manifests it would be enough to perform 'podman pull and then tag/push' but it will unnecessarily pull besides the manifest also the layers.

For manifests that contain artifacts it is not possible to podman pull, neither push a standalone manifest artifact that can be tagged.

Have you considered any alternatives?

Current workaround is to use skopeo copy docker://$foo@$digest docker://$foo:$tag

Additional context

Add any other context or screenshots about the feature request here.

rhatdan commented 3 months ago

@mtrmac PTAL

github-actions[bot] commented 2 months ago

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

rhatdan commented 2 months ago

@baude PTAL