Discover Tool Image
This guide shows you how to discover tool images that help you run your Tekton Tasks and Pipelines.
If you don't find the image you need, you can always build your own image and use it to run your Tasks and Pipelines.
If you want to add custom tool images to Task image param selector for UI, you can refer to Add Custom Task Images to Selector.
TOC
Prerequisites
- kubectl installed and configured to access the cluster.
- Permissions to read
ConfigMaps.
Step-by-Step Instructions
Step 1: List available tool images
Replace the namespace and label with the values you found.
There are some default ConfigMaps in the kube-public namespace. You can use the label with operator.tekton.dev/tool-image to list all available tool images.
Step 2: Choose the image
- Pick the row you need.
- Use the
IMAGEcolumn directly in yourTaskorPipeline.
Troubleshooting
- Empty output or errors:
- Ensure you can read
ConfigMapsin namespaces. - Confirm you used the namespace and label selector.
- Ensure you can read