-
Notifications
You must be signed in to change notification settings - Fork 383
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
oci transport will remove existing images #306
Comments
For reference, IMO this should be handled in a similar way to umoci's |
I believe this is related to containers/skopeo#369. |
I don’t think this is containers/skopeo#369 ; it’s just that (Also discussed in #155 .) |
This was fixed in #326 ; when a tag is specified, only that image in the index is added/replaced without affecting other tags. (When no tag is specified, it seems that the first untagged image or image with an empty tag is added/replaced.) (Note that this does not allow multi-arch images, with the various architectures sharing a tag, yet; see #400 for some work in that direction.) |
If you try to have a multi-tag image with
skopeo
(by copying to different tags), then it will delete old tags. I also have a feeling that manifests without tags will be really broken. You can verify this fairly trivially by doing:I'll investigate this later. I found this while trying to increase umoci's testing.
The text was updated successfully, but these errors were encountered: