get_registry_data
Retrieve image metadata from a registry without downloading the image. Useful for inspecting image labels and configuration before pulling.
Instructions
Get registry data for an image without pulling it.
Security: auth_config carries registry credentials, which many MCP clients log verbatim. Prefer
docker login on the host so the docker module reuses credentials cached in
~/.docker/config.json, and leave auth_config unset.
args: name - Image reference auth_config - Optional registry authentication config returns: dict - Registry data attrs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| auth_config | No |