scout_recommendations
Recommend base-image upgrades for Docker images by analyzing them with Docker Scout.
Instructions
Suggest base-image upgrades for an image.
Computed against Docker Scout's catalog; generally needs docker login on the host running this
MCP server to return useful results for private or rarely-scanned base images.
args: image - Image reference only_refresh - Only show "refresh" recommendations (same major/minor) only_update - Only show "update" recommendations (newer minor/major) tag - Restrict to suggestions matching this tag pattern format - Output format: "json" (default) or "text" platform - Platform of the image to analyze returns: dict - {"format": , "result": , "raw": }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| image | Yes | ||
| format | No | json | |
| platform | No | ||
| only_update | No | ||
| only_refresh | No |