1 Commits

Author SHA1 Message Date
4c0f77ed4f - Fix mariadb empty database init!
- Update to mariadb 11.4.10.
2026-02-23 16:51:36 +01:00
4 changed files with 12 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ then
fi \n\
\n\
\n\
/usr/sbin/mysqld-prepare-db-dir'
/usr/sbin/mariadb-prepare-db-dir'
#---------------------------------------------------------------------------------------------------

View File

@@ -5,7 +5,7 @@ Welcome to Rx3-Docker/MariaDB docker image!
This is project aims to build a MariaDB + Mageia 9 docker image used by others Rx3 packaging projects.
Features:
- Curtently based on mariadb 11.4.9 & rx3-docker/server:1.3.0-mga9 image,
- Curtently based on mariadb 11.4.10 & rx3-docker/server:1.3.0-mga9 image,
- Following env vars supported:
- MARIADB_UID & MARIADB_GID,
- MARIADB_ROOT_HOST & MARIADB_ROOT_PASSWORD,

View File

@@ -1,3 +1,12 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/MariaDB V 1.1.6 - A. GIBERT - 2026/02/23
------------------------------------------------------------------------------------------------------------------------------------
- Fix mariadb empty database init!
- Update to mariadb 11.4.10.
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/MariaDB V 1.1.5 - A. GIBERT - 2026/02/16
------------------------------------------------------------------------------------------------------------------------------------

View File

@@ -41,7 +41,7 @@ DOCKER_TOOLS_VOLUME=SINGLE
# | Prefix | Name | URL Prefix | Name | Name Full | Version | URL Prefix | Name | Version | Name | Version | Ext | Int | Ext | Int | Name / Id | Name / Id |
#------------------+----------+--------------------------+--------------------+------------------+-------------------------------+----------------------+--------------------+---------------+------------+--------------+------------+-------+-------+-------+-------+--------------+--------------+
docker_service_add DATABASE database ${ORG_URL_PREFIX} mariadb "Rx3-Docker/MariaDB" 1.1.5-mga9 ${ORG_URL_PREFIX} server 1.3.0-mga9 mysql - 8006 3306 - - 983 981
docker_service_add DATABASE database ${ORG_URL_PREFIX} mariadb "Rx3-Docker/MariaDB" 1.1.6-mga9 ${ORG_URL_PREFIX} server 1.3.0-mga9 mysql - 8006 3306 - - 983 981