Tekton Pipeline Remote Resolution Docs
Getting Started Tutorial
For new users getting started with Tekton Pipeilne remote resolution, check out the resolution-getting-started.md tutorial.
Built-in Resolvers
These resolvers are enabled by setting the appropriate feature flag in the resolvers-feature-flags
ConfigMap in the tekton-pipelines-resolvers
namespace.
- The
bundles
resolver, enabled by setting theenable-bundles-resolver
feature flag totrue
. - The
git
resolver, enabled by setting theenable-git-resolver
feature flag totrue
. - The
hub
resolver, enabled by setting theenable-hub-resolver
feature flag totrue
. - The
cluster
resolver, enabled by setting theenable-cluster-resolver
feature flag totrue
.
Developer Howto: Writing a Resolver From Scratch
For a developer getting started with writing a new Resolver, see how-to-write-a-resolver.md and the accompanying resolver-template.
Resolver Reference: The interfaces and methods to implement
For a table of the interfaces and methods a resolver must implement along with those that are optional, see resolver-reference.md.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License.
Feedback
Was this page helpful?
Thanks! Tell us how we can further improve.
Sorry about that. Tell us how we can further improve.