-
Notifications
You must be signed in to change notification settings - Fork 102
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
More simplified UX #102
Milestone
Comments
We should start discussing an RC bar at this point and once that is release update notation, ratify and other projects like oras CLI. |
An interesting user case can be found at #22 |
This one might be useful - #182 (comment) |
Related discussion: #240 |
Based on the discussion, I will break down this issue into several sub-tasks and will send PRs separately. |
This was referenced Aug 18, 2022
Closing as all sub-tasks are done. |
Repository owner
moved this from In Progress
to Done
in ORAS-Planning
Sep 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A common scenario is to get content such as manifest and blob into the memory for further processing.
Although the
Resolve()
andFetch()
methods in theTarget
interface provides a simple clean secure way to read content, we still need a simplier UX such asGetManifest()
andGetBlob()
(or can be further combined asGetContent()
). Similarly, we might also needPutContent()
in theoras
package.The text was updated successfully, but these errors were encountered: