From 4c0f77ed4f73604e2908e388ca05fbd2bbbe5294 Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Mon, 23 Feb 2026 16:51:36 +0100 Subject: [PATCH] - Fix mariadb empty database init! - Update to mariadb 11.4.10. --- Dockerfile | 2 +- ReadMe.txt | 2 +- ReleaseNotes.txt | 9 +++++++++ env.dist | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 66688af..5709ef4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ then fi \n\ \n\ \n\ -/usr/sbin/mysqld-prepare-db-dir' +/usr/sbin/mariadb-prepare-db-dir' #--------------------------------------------------------------------------------------------------- diff --git a/ReadMe.txt b/ReadMe.txt index d1b7a10..aae40a7 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -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, diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index a99858e..0b51f8a 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -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 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/env.dist b/env.dist index 1c83e30..b7b219b 100644 --- a/env.dist +++ b/env.dist @@ -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