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.
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.