You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -185,6 +187,7 @@ Containers are configured using parameters passed at runtime (such as those abov
185
187
|`MYSQL_USER=MYSQL_USER`| This user will have superuser access to the database specified by MYSQL_DATABASE (do not use root here). (valid only for first run) |
186
188
|`MYSQL_PASSWORD=DATABASE_PASSWORD`| Set this to the password you want to use for you MYSQL_USER (minimum 4 characters & non-alphanumeric passwords must be properly escaped). (valid only for first run) |
187
189
|`REMOTE_SQL=http://URL1/your.sql,https://URL2/your.sql`| Set this to ingest sql files from an http/https endpoint (comma seperated array). |
190
+
|`CLI_OPTS=`| Pass CLI options to mariadbd via mariadbd-safe. Use with caution as mariadbd option precedence is complex. |
188
191
189
192
### Volume Mappings (`-v`)
190
193
@@ -403,13 +406,14 @@ To help with development, we generate this dependency graph.
403
406
svc-mariadb -> legacy-services
404
407
}
405
408
Base Images: {
406
-
"baseimage-alpine:3.22"
409
+
"baseimage-alpine:3.23"
407
410
}
408
411
"mariadb:latest"<- Base Images
409
412
```
410
413
411
414
## Versions
412
415
416
+
***14.02.25:** - Rebase to Alpine 3.23. Add ability to pass CLI options to mariadbd.
413
417
***09.07.25:** - Rebase to Alpine 3.22.
414
418
***11.01.25:** - Add log rotation, follow the instructions in the container log.
0 commit comments