hub_repo_info
Fetch Docker Hub repository metadata including stars, pulls, and description. Works for public repos; private repos return 404/401.
Instructions
Fetch Docker Hub metadata for a repository.
Public repos only: sends no auth and does NOT read the local Docker credential store;
private repos return 404/401. Hub-only metadata (stars, pulls, description) — use
registry_tags for tag lists on any OCI registry and hub_tags for Hub tag details.
args: repository - Hub repository, e.g. "library/alpine" or "myorg/myimage" returns: dict - The Hub /v2/repositories// response (description, star_count, pull_count, last_updated, is_private, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | Yes |