> 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** 深刻なセキュリティ問題があるもの。

{% hint style="info" %}
Aikido Images は、OSレベルのCVEを所定の [パッチ作成SLA](/docs/docs-ja/autofix-to/faq/patch-creation-sla.md)。アプリケーションレベルのパッケージ脆弱性（Python、npm、Java、Go など）も修正されますが、保証されたSLAはなく、ベストエフォートでの対応となります。アプリケーションレベルの保証された対応については、次を参照してください [Aikido Libraries](/docs/docs-ja/autofix-to/aikido-libraries-overview.md).
{% endhint %}

たとえば、 [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 Images](/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.
