# Hardened images / Extended lifetime support

Updating to the latest version of a base image can be a difficult task as it might required changes to your application. When updating to a newer base image is not a viable option, you can stay secure by using Aikido Extended Lifetime Support (i.e. hardened images).

Aikido maintains a registry of base images containing patched versions of libraries with reported **CRITICAL** or **HIGH** severity security issues.

For example [CVE-2025-4373](https://security-tracker.debian.org/tracker/CVE-2025-4373) is fixed by Debian in Trixie and Sid but not in Bookworm. Our ELS `debian:bookworm` image contains a patched version of `glib2.0` that fixes this vulnerability. Using this image avoids breaking changes while maintaining a good security posture.

## Extended Lifetime Support image availability <a href="#extended-lifetime-support-image-availability" id="extended-lifetime-support-image-availability"></a>

In Aikido, you can view which base images have supported ELS versions from the **AutoFix** > **Containers** page.

<figure><img src="/files/Of4jLtZqps5iXtibTHSY" alt=""><figcaption></figcaption></figure>

## Autofix

{% content-ref url="/pages/ZxyJWnlXF0KpXdl1QNbj" %}
[AutoFix for Containers: Using Aikido Hardened Images](/autofix-and-remediation/scope/autofix-for-containers-using-hardened-images.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.aikido.dev/container-image-scanning/hardened-images-extended-lifetime-support.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
