-
Notifications
You must be signed in to change notification settings - Fork 615
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
Support For Artifact Hub API #12116
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Currently to show the tasks, console uses Hub API's (as default one's) to get all the tasks and information regarding those tasks
For example ---> https://api.hub.tekton.dev/v1/resource/tekton/task/git-clone/0.7
Based on the discussion in this issue ---> tektoncd/hub#667 (comment)
Artifact Hub also has API's which has support to list the tasks and get the detailed information about the tasks
For e.g. ---> https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone/0.7.0
Hence, there should be a provision to support Artifact Hub API's
The text was updated successfully, but these errors were encountered: