# ElasticSearch Images

{% hint style="danger" %}
magento-scripts v2.4.10 retires custom ElasticSearch image. Instead, ElasticSearch 6.8 and 7.6 OOTB will run in `linux/amd64` mode on Apple Silicon.
{% endhint %}

Create Magento App uses some custom ElasticSearch images hosted on GitHub Docker Registry ([Containers home page](https://github.com/scandipwa/create-magento-app/pkgs/container/create-magento-app)).

The only reason the following images are built by us and hosted on GitHub Docker Registry is that the original ElasticSearch image does not have both amd64 and arm64 CPU architectures supported.

## Supported CPU architectures

All images are built using [Docker Buildx](https://github.com/docker/buildx) for **amd64** and **arm64** CPU architectures.\
All current Intel (x86), AMD (x86) and Apple (arm64) CPUs should work with those container images.

## Details

### ElasticSearch 6.8

This image is used in the following Magento versions:

* 2.2.10
* 2.3.0
* 2.3.1 (+ patches)
* 2.3.2 (+ patches)
* 2.3.3 (+ patches)
* 2.3.4 (+ patches)

{% content-ref url="/pages/K48yeO1GsyJOxjwWhCCO" %}
[ElasticSearch 6.8](/container-images/elasticsearch-images/elasticsearch-6.8.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://docs.create-magento-app.com/container-images/elasticsearch-images.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.
