hub_repo_info
Fetch Docker Hub metadata for a public repository. Get description, star count, pull count, and last updated time.
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.
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 |