Skip to content

metal3-io/mariadb-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4e1c7c9 · Feb 24, 2025

History

89 Commits
Feb 18, 2025
Feb 18, 2025
Jan 24, 2024
Apr 23, 2019
Mar 14, 2019
Aug 1, 2023
Feb 8, 2019
Apr 17, 2019
Feb 18, 2025
Feb 18, 2025
Jan 17, 2025
Mar 3, 2023
Apr 3, 2023
Dec 20, 2021
Aug 1, 2023
Jan 17, 2025

Repository files navigation

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. Alternatively, mount a secret with password (optionally with a username) at /auth/mariadb mount point.
  • 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