hub_repo_info
Retrieve Docker Hub metadata for a public repository, including star count, pull count, and description.
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 |