MariaDB container image

This image is based on upstream MariaDB image, with extra Kubernetes libraries to work with OpenStack-Helm

Manual build for Ubuntu Xenial

Here are the instructions for building Xenial image:

IMAGE="mariadb"
VERSION=${VERSION:-10.5.9-focal}
DISTRO=${DISTRO:-ubuntu}
DISTRO_VERSION=${DISTRO_VERSION:-focal}

REGISTRY_URI=${REGISTRY_URI:-"openstackhelm/"}

Alternatively, this step can be performed by running the script directly:

./mariadb/build.sh