-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Develop OCI Client Library #18605
Comments
|
BTW, if you encounter any pain points in understanding/using |
@ishitasequeira I also want to contribute to this task. Any followups or meetings I have to take up? |
@nikzayn We are doing the work on the oci-integration branch for this feature. Also, we have the #argo-cd-oci-integration slack channel and working on building out the OCI Integration project to track progress. |
Thanks, I will follow-up on the same.
|
Summary
As part of Argo CD OCI Integration, we would need to create a client library for supporting Argo CD interactions with OCI content using ORAS.
The library should include the support for the following functionalities:
The following capabilities should also be supported by the library:
Support should also be available for associating Argo CD specific MediaType's to the content (such as
application/vnd.cncf.argoproj.argocd.content.v1.tar+gzip
/application/vnd.cncf.argoproj.argocd.config.v1+json
)The PR for the changes need to be raised targeting to
oci-integration
branch.Feel free to join the Slack Channel #argo-cd-oci-integration for more discussions on OCI integration.
The text was updated successfully, but these errors were encountered: