# Supported Docker Images

The following is a list of images that have plugins installed and available to use.

{% hint style="info" %}
Even though these images have plugins installed, that doesn't necessarily mean that they are enabled by default. You may need to install them. The recommended operator native way to do so is to use:

```yaml
apiVersion: enterprise.mariadb.com/v1alpha1
kind: MariaDB
metadata:
  name: mariadb
spec:
  # ....
  myCnf: |
    [mariadb]
    plugin_load_add = auth_pam # Load auth plugin
  # ....
```

Each supported plugin will have a section on how to install it.
{% endhint %}

| Component                          | Image                                | Supported Tags                                                                                                                                                                                             | CPU Architecture                     |
| ---------------------------------- | ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
| MariaDB Enterprise Server          | docker.mariadb.com/enterprise-server | <p>11.8.6-3<br>11.8.5-2<br>11.8.3-1<br>11.4.10-7<br>11.4.9-6<br>11.4.8-5<br>11.4.7-4.3<br>11.4.7-4.2<br>11.4.7-4.1<br>10.6.25-21<br>10.6.24-20<br>10.6.23-19<br>10.6.22-18.1<br></p>                       | <p>amd64<br>arm64<br>ppc64le<br></p> |
| MariaDB Enterprise Server (tiered) | docker.mariadb.com/enterprise-server | <p>11.8.6-3.2-standard<br>11.8.6-3.1-standard<br>11.8-standard<br>11.4.10-7.2-standard<br>11.4.10-7.1-standard<br>11.4-standard<br>10.6.25-21.5-standard<br>10.6.25-21.1-standard<br>10.6-standard<br></p> | <p>amd64<br>arm64<br>ppc64le<br></p> |

<sub>*This page is: Copyright © 2025 MariaDB. All rights reserved.*</sub>

{% @marketo/form formId="4316" %}


---

# 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://mariadb.com/docs/tools/mariadb-enterprise-operator/plugins/supported-docker-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.
