# 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.1-standard<br>11.8-standard<br>11.4.10.7.1-standard<br>11.4-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" %}
