image_registry_data
Retrieve registry data for a Docker image without pulling it, using the daemon's cached credentials and distribution endpoint.
Instructions
Get registry data for an image without pulling it, via the daemon's distribution endpoint.
Uses the daemon (and its cached credentials) to resolve the remote descriptor and platform
list. For direct registry access without a daemon use registry_manifest.
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: repository - Image reference auth_config - Optional registry authentication config returns: dict - Registry data attrs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | Yes | ||
| auth_config | No |