Get Image Info
get_image_infoRepository facts: official status, pulls, stars, whether it is archived.
Use to judge whether an image is the canonical one and still maintained. Archived images still pull but receive no security patches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Docker image name as you would write it in a FROM line: "node", "postgres", "grafana/grafana". Official images may omit the "library/" prefix. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | ||
| pulls | No | ||
| stars | No | ||
| exists | No | ||
| hub_url | No | Page a human can open. | |
| official | No | True for Docker Official Images (the "library" namespace). | |
| description | No | ||
| is_archived | No | Archived images still pull but receive no further updates, including security patches. | |
| last_updated | No |