The Tekton hub is a web based platform for developers to discover, share and contribute tasks and pipelines for Tekton. This repository contains the source code of this service.
Hub is launched as hub.tekton.dev :mega:
Display of resources in a curated way:
User gets detailed information such as description, YAML, tags and rating of resources.
Filter by categories :
This allows user to filter resources based on categories which will help user to get multiple resources.
Search resources on the basis of name
or displayName
Rating
Sort resources on the basis of name or rating.
Install resources on cluster :
The public hub APIs are exposed for Integration outside hub. You can find the API Policy here.
For documentation of public APIs, you can use Hub Swagger
You can deploy your own instance of Tekton Hub. You can find the documentation here.
We are so excited to have you!