image_registry_data
Retrieve registry data for an image without pulling it. Uses daemon credentials to resolve the OCI descriptor and available platforms for a repository.
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: Registry authentication config
Returns: dict: The registry data document {"Descriptor", "Platforms"} - the OCI descriptor and the platforms available for the reference
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | Yes | ||
| auth_config | No |