image_registry_data
Fetches OCI descriptor and platform list for a Docker image from its registry without pulling it, using daemon credentials.
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 - {"Descriptor", "Platforms"} — the OCI descriptor and the platforms available for the reference
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | Yes | ||
| auth_config | No |