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
Is it possible to use skopeo sync to sync images from a container registry into a different container registry, while using a different image name in the destination registry? For example:
I’m afraid that’s not currently possible (other than not using skopeo sync, and manually plumbing together skopeo list-tags and skopeo copy).
Adding a mode like that, with no automated mapping, is a long-standing RFE, primarily centered around the need to change the YAML input format; e.g. #1792 points at some of the earlier work and discussions
Is it possible to use
skopeo sync
to sync images from a container registry into a different container registry, while using a different image name in the destination registry? For example:The example above would result in the following content for destination registry:
Is it possible (via parameters or something) to have the following content for destination registry instead?
The text was updated successfully, but these errors were encountered: