# tektoncd-catalog **Repository Path**: mirrors_openshift/tektoncd-catalog ## Basic Information - **Project Name**: tektoncd-catalog - **Description**: Catalog of shared Tasks and Pipelines. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Openshift TektonCD Catalog This repository holds Openshift's fork of [`tektoncd/catalog`](https://github.com/tektoncd/catalog) with additions and fixes needed only for the OpenShift side of things. ## How this repository works ? The `master` branch holds up-to-date specific [openshift files](./openshift) that are necessary for CI setups and maintaining it. This includes: - Scripts to create a new release branch from `upstream` - CI setup files - tests scripts Each release branch holds the upstream code for that release and our openshift's specific files. ## CI Setup For the CI setup, two repositories are of importance: - This repository - [openshift/release](https://github.com/openshift/release) which contains the configuration of CI jobs that are run on this repository All of the following is based on OpenShift’s CI operator configs. General understanding of that mechanism is assumed in the following documentation.