Title: analyzer.endoflife
| |
|---|
| Type | object |
| Additional properties |  |
Description: Report containing lifecycle information from endoflife.date.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + analyzer | No | const | No | - | Unique identifier for the EndOfLife analyzer. |
| + repository | No | string | No | - | The image repository that was analyzed. |
| + product | No | string | No | - | Product slug used to query endoflife.date. |
| + product_found | No | boolean | No | - | Whether the product was found on endoflife.date. |
| + tag | No | string | No | - | Image tag that was analyzed. |
| + matched_cycle | No | object or null | No | - | Release cycle matching the image tag, or null if no match. |
| + is_eol | No | boolean or null | No | - | Whether the matched cycle has reached end-of-life. Null if no match. |
| + active_cycles_count | No | integer or null | No | - | Number of currently supported release cycles. |
| + eol_cycles_count | No | integer or null | No | - | Number of end-of-life release cycles. |
1.
Property analyzer
Description: Unique identifier for the EndOfLife analyzer.
Specific value: "endoflife"
2.
Property repository
Description: The image repository that was analyzed.
3.
Property product
Description: Product slug used to query endoflife.date.
4.
Property product_found
Description: Whether the product was found on endoflife.date.
5.
Property tag
Description: Image tag that was analyzed.
6.
Property matched_cycle
Description: Release cycle matching the image tag, or null if no match.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - cycle | No | string | No | - | Release cycle identifier (e.g., '22.04'). |
| - release_date | No | string or null | No | - | Official release date of the cycle. |
| - eol | No | string or boolean | No | - | End-of-life date or status for this cycle. |
| - latest | No | string or null | No | - | Latest version available in this cycle. |
| - latest_release_date | No | string or null | No | - | Release date of the latest version in this cycle. |
| - lts | No | boolean | No | - | Whether this is a Long Term Support cycle. |
6.1.
Property cycle
Description: Release cycle identifier (e.g., '22.04').
6.2.
Property release_date
Description: Official release date of the cycle.
6.3.
Property eol
Description: End-of-life date or status for this cycle.
6.4.
Property latest
Description: Latest version available in this cycle.
6.5.
Property latest_release_date
Description: Release date of the latest version in this cycle.
6.6.
Property lts
Description: Whether this is a Long Term Support cycle.
7.
Property is_eol
Description: Whether the matched cycle has reached end-of-life. Null if no match.
8.
Property active_cycles_count
Description: Number of currently supported release cycles.
9.
Property eol_cycles_count
Description: Number of end-of-life release cycles.
Generated using json-schema-for-humans on 2026-03-20 at 04:11:48 +0100