Tekton Resolver Framework

The Tekton Resolution API (tekton.dev/v1alpha1 kind=ResolutionRequest) and built-in resolvers (Git, Hub, Bundles, Cluster, HTTP) fetch Tasks and Pipelines from remote sources at run time, so PipelineRuns can reference versioned remote definitions without bundling them in-cluster.

API entry from apis.yml

apis.yml Raw ↑
aid: tekton:tekton-resolver-api
name: Tekton Resolver Framework
tags:
- Resolution
- Resolvers
- Remote
properties:
- url: https://tekton.dev/docs/pipelines/resolution/
  type: Documentation
- url: https://github.com/tektoncd/pipeline/tree/main/pkg/resolution
  type: Source
description: The Tekton Resolution API (tekton.dev/v1alpha1 kind=ResolutionRequest) and built-in resolvers
  (Git, Hub, Bundles, Cluster, HTTP) fetch Tasks and Pipelines from remote sources at run time, so PipelineRuns
  can reference versioned remote definitions without bundling them in-cluster.