-
Notifications
You must be signed in to change notification settings - Fork 181
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
Multiple tags at the once #355
Comments
Instead of pushing mutiple tags at once, it makes more sense if we have something like |
I mean, the way of how other tools like
Currently, I don't see how the |
If it is just for |
Look forward to this feature! |
/cc @FeynmanZhou @yizha1 for UX comments. |
AFAIK, when I try to push an artifact with multiple tags then I have to push one by one
which requires multiple API calls. But instead if can push as follow:
or something similar. /cc @FeynmanZhou |
@mbaykara Thanks for your clarification! It makes sense, I think this scenario could be supported in ORAS 0.15. |
@jwang1013 Could you help this issue? |
I will take on this item. |
I thought we already supported passing
I've allowed for including/excluding the full path to enable simplicty of just adding additional tags, similar to @mbaykara suggestion, but without breaking up the original reference. |
Using
However, it is still weird. Therefore, I think the original proposal makes more sense. |
Resolves: #355 Signed-off-by: Jun <[email protected]>
…ct#617) Resolves: oras-project#355 Signed-off-by: Jun <[email protected]>
I did not find either in the documentation of oras or somewhere else. Is there any multi-tagging support?
i.e:
oras push myregistry/artifact:a,b,c
then in my registry following artifacs are available:I know I can make for each tag a
oras push
but the feature might be already there.The text was updated successfully, but these errors were encountered: