Nordix / mariadb-image

Container image to run MariaDB as part of Metal³

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metal3 MariaDB Container

This repo contains the files needed to build the MariaDB image optionally used by Metal3.

Description

The following environment variables can be passed in to customize run-time functionality:

  • MARIADB_PASSWORD - The database password. Must match one on Ironic.
  • MARIADB_CERT_FILE and MARIADB_KEY_FILE - Paths to the TLS certificates. Default to /certs/mariadb/tls.crt and /certs/mariadb/tls.key. TLS is enabled if these exist.
  • MARIADB_MAX_CONNECTIONS - MariaDB max connection option

About

Container image to run MariaDB as part of Metal³

License:Apache License 2.0


Languages

Language:Shell 90.1%Language:Dockerfile 7.4%Language:Makefile 2.5%