For new users getting started with Tekton Pipeilne remote resolution, check out the resolution-getting-started.md tutorial.
- 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
.
For a developer getting started with writing a new Resolver, see how-to-write-a-resolver.md and the accompanying resolver-template.
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.