image_search
Search Docker Hub for public images by keyword to find and compare images using star count and official status.
Instructions
Search Docker Hub for public images matching a term.
Searches Docker Hub only - not GHCR, ECR, or other registries. For listing tags on a
specific image from any OCI registry use registry_tags instead.
Args: term: Search keyword, e.g. "nginx" or "python" limit: Maximum number of results to return (Docker Hub default is 25)
Returns:
list: Result dicts: {"name", "description", "star_count", "is_official", "is_automated"} - is_automated is
deprecated in the Engine API and is always false, so rank on star_count/is_official instead
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | ||
| limit | No |