> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/kontenaimjisukyan/aikido-images.md).

# Aikido Images

ベースイメージを最新バージョンに更新するのは、アプリケーションへの変更が必要になる場合があるため難しいことがあります。より新しいベースイメージへの更新が現実的でない場合は、次を使用することで安全を維持できます **Aikido Images**.

Aikido Images は、CVE がゼロのベースイメージのレジストリです。報告された **CRITICAL** または **HIGH** 深刻なセキュリティ問題。

例えば、 [CVE-2025-4373](https://security-tracker.debian.org/tracker/CVE-2025-4373) は Debian により Trixie と Sid では修正されていますが、Bookworm では修正されていません。Aikido Images 版の `debian:bookworm` にはパッチ適用済みのバージョンが含まれています `glib2.0` これによりこの脆弱性が修正されます。このイメージを使用すると、良好なセキュリティ体制を維持しながら破壊的変更を回避できます。

## Aikido Images の利用可能状況 <a href="#aikido-images-availability" id="aikido-images-availability"></a>

Aikido では、どのベースイメージに Aikido Images のバリアントがあるかを、 **AutoFix** > **コンテナー** ページ。

<figure><img src="/files/0631517bd944f1a5055ab67236cbff82c4131a99" alt=""><figcaption></figcaption></figure>

## 自動修正

{% content-ref url="/pages/43a31c0eb7fa089d1d416c07c9ae73a21944c91a" %}
[コンテナ向けAutoFix：Aikidoイメージ](/docs/docs-ja/autofix-to/scope/autofix-for-containers-using-aikido-images.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/kontenaimjisukyan/aikido-images.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
