Supported Docker Images

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

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:

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.

Component
Image
Supported Tags
CPU Architecture

MariaDB Enterprise Server (ppc64le support)

docker.mariadb.com/enterprise-server

11.4.7-4.3 11.4

amd64 arm64 ppc64le

This page is: Copyright © 2025 MariaDB. All rights reserved.

Last updated

Was this helpful?