https://github.com/docksal/service-mariadb
MariaDB service images for Docksal
https://github.com/docksal/service-mariadb
Last synced: 5 months ago
JSON representation
MariaDB service images for Docksal
- Host: GitHub
- URL: https://github.com/docksal/service-mariadb
- Owner: docksal
- License: mit
- Created: 2019-01-29T10:10:36.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-17T15:24:33.000Z (about 2 years ago)
- Last Synced: 2025-10-29T18:40:35.975Z (8 months ago)
- Language: Shell
- Homepage: https://docksal.io
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MariaDB Docker images for Docksal
Docksal MariaDB images are derived from the stock `mariab` images from Docker Hub with a few adjustments (see Features).
We include and enable user defined overrides via a settings file.
This image(s) is part of the [Docksal](http://docksal.io) image library.
## Features
- Better default settings (see `/default.cnf`)
- Ability to pass additional settings via a file mounted into the container
- User defined MySQL settings are expected in `/var/www/.docksal/etc/mysql/my.cnf` in the container.
- Running a startup script as root
- Scripts should be placed in the `/docker-entrypoint.d/` folder
- Docker heathcheck support
- Supported architectures: linux/amd64,linux/arm64
## Versions
- `docksal/mariadb:10.4`
- `docksal/mariadb:10.5`
- `docksal/mariadb:10.6` (LTS)
- `docksal/mariadb:10.11` (LTS), `docksal/mariadb:latest`