image_registry_data
Obtain registry data for an image without pulling it. Uses the Docker daemon's cached credentials for authentication.
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 |