Skip to content

Commit ce1bda6

Browse files
committed
Add mariadb-105
1 parent 4efa9b4 commit ce1bda6

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

mariadb-105/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM mariadb:10.5.3
2+
COPY my.cnf /etc/mysql/conf.d/override.cnf

mariadb-105/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10.5.3

mariadb-105/my.cnf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[client]
2+
default-character-set = utf8mb4
3+
4+
[mysqld]
5+
character-set-server = utf8mb4
6+
collation-server = utf8mb4_unicode_ci
7+
join-cache-level = 0
8+
9+
[mysql]
10+
default-character-set = utf8mb4

0 commit comments

Comments
 (0)