Search container images
kubesearch_search_imagesFind container image repositories used across public home-ops clusters by substring search. Get matching repos, tags, deployment counts, and sample clusters.
Instructions
Search kubesearch.dev for container image repositories used across public home-ops clusters (substring match on the image repository, case-insensitive). Returns each matching image repository, the tags seen in the wild, how many deployments use it, and a few sample repos. Equivalent to the kubesearch.dev /image search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of image repositories to return. | |
| query | Yes | Image repository substring, e.g. 'cert-manager', 'ghcr.io/home-operations', 'postgres'. | |
| offset | No | Skip this many results (ranked by usage count). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| shown | Yes | ||
| offset | Yes | ||
| results | Yes | ||
| has_more | Yes | ||
| image_url | Yes | ||
| total_matches | Yes |