-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Epic] ORAS Go Library Revamp #49
Comments
@shizhMSFT Which item do you consider things like retrieving manifests from local or remote target? |
looks good. |
Manifests are modeled as blobs. Therefore, retrieving manifests can be done by retrieving the blob. Since target has a tag resolver, manifests can be retrieved by generic tags. |
The unit tests will be added in the corresponding go packages.
Milestones here are like stages. We can start updating |
Closing as all issues are resolved. |
Targeting releasing
v2.0.0
, it is important to stabilize theoras-go
library with the following criteria sinceoras-go
is and will be used as a fundamental building block of production projects and even security products:This issue is used to track the process of the
oras-go
revamp in order to makeoras-go
meeting the above releasing criteria. Tasks are created as follows:oras.land/oras-go/pkg
#62/cc @sajayantony @SteveLasker @jdolitsky @deitch @northtyphoon
The text was updated successfully, but these errors were encountered: