catalog
catalog copied to clipboard
Catalog of shared Tasks and Pipelines.
There is quite a lot of boilerplate when creating a new task for the catalog. We do have the task, the README with a certain format, the tests, the examples...
Signed-off-by: Puneet Punamiya # Changes # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review them: - [ ] Follows the...
Related to https://github.com/openshift/source-to-image/issues/973, `s2i build --as-dockerfile` doesn't read those labels, and thus some s2i can later failed if the runtime script are not at the default places. As a temporary...
# Expected Behavior That Tekton has good support for caching build dependencies. Either using Minio (f.eks. using on-prem OpenShift) or cloud buckets. # Actual Behavior No such task in Tekton...
The proposals we've had so far around the catalog have centered around supporting Tasks. Though we've always known we wanted to support more types, we haven't thought through how to...
- Where should they live (what registry)? - Who rebuilds/maintains them? - Where should the source/config live?
It would be good to capture metrics to understand the usage of Tasks and Pipelines in the catalog. The aggregated metrics should be available to everyone.
# Changes Add fossa scanner task # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review them: - [x] Follows the...
Signed-off-by: Zbynek Roubalik # Changes # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review them: - [x] Follows the [authoring...
# Expected Behavior `github-add-comment` need to always emit result. # Actual Behavior Currently, it omits results if they don't satisfy conditions. # Additional Info Ref: https://github.com/tektoncd/pipeline/issues/3497