get_docker_image_history
Shows a Docker image's layer history including commands, sizes, and creation times. Use to understand what an image is built from and inspect its composition.
Instructions
Returns an image's layer history: commands, sizes, and creation times. Read-only via the Docker API. Use to understand what an image is built from; get_docker_image_details for config and labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_id | Yes | image name or ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | ||
| layers | Yes |