MySQL Docker images
Available Architectures: amd64, arm64
The purpose of this project is to simply re-tag the official Docker images for MySQL, MariaDB and Percona in order to use them for the Devilbox project.
| Docker Hub | Upstream Project |
|---|---|
![]() |
Documentation
In case you seek help, go and visit the community pages.
Documentation |
Chat |
Forum |
|---|---|---|
|
|
|
|
| devilbox.readthedocs.io | gitter.im/devilbox | devilbox.discourse.group |
Additional features
The provided images are purely based on their official counterparts, however they have also been slightly customized/enhanced additions added:
- An additional *.cnf config directory is provided:
/etc/mysql/docker-default.d/. This is necessary as the default config directory already contains *.cnf files and you might want to keep them and still be able to additionally provide custom files - MySQL 8.0 and Percona 8.0 by default use a new authentication mechanism which is not (yet) understood by PHP's mysqli module. For those two images, the old authentication type has been re-enabled, so you can still use it with your current PHP code.
Defaults
Docker Image
| What | Value |
|---|---|
| ENTRYPOINT | ["/docker-entrypoint.sh"] |
| CMD | ["mysqld"] |
Mountpoints
| Path | Description |
|---|---|
/etc/mysql/conf.d |
Default primary config mountpoint |
/etc/mysql/docker-default.d/ |
Additional secondary config mountpoint |
Docker Tags
For retagged information see below.
MySQL
| Original Image and Tag | New Image and Tag | Available platforms |
|---|---|---|
mysql:5.5 |
devilbox/mysql:mysql-5.5 |
amd64 |
mysql:5.6 |
devilbox/mysql:mysql-5.6 |
amd64 |
mysql:5.7 |
devilbox/mysql:mysql-5.7 |
amd64 |
mysql:8.0 |
devilbox/mysql:mysql-8.0 |
amd64, arm64 |
MariaDB
| Original Image and Tag | New Image and Tag | Available platforms |
|---|---|---|
mariadb:5.5 |
devilbox/mysql:mariadb-5.5 |
amd64 |
mariadb:10.0 |
devilbox/mysql:mariadb-10.0 |
amd64 |
mariadb:10.1 |
devilbox/mysql:mariadb-10.1 |
amd64, arm64 |
mariadb:10.2 |
devilbox/mysql:mariadb-10.2 |
amd64, arm64 |
mariadb:10.3 |
devilbox/mysql:mariadb-10.3 |
amd64, arm64 |
mariadb:10.4 |
devilbox/mysql:mariadb-10.4 |
amd64, arm64 |
mariadb:10.5 |
devilbox/mysql:mariadb-10.5 |
amd64, arm64 |
mariadb:10.6 |
devilbox/mysql:mariadb-10.6 |
amd64, arm64 |
mariadb:10.7 |
devilbox/mysql:mariadb-10.7 |
amd64, arm64 |
mariadb:10.8 |
devilbox/mysql:mariadb-10.8 |
amd64, arm64 |
Percona
| Original Image and Tag | New Image and Tag | Available platforms |
|---|---|---|
percona:5.5 |
devilbox/mysql:percona-5.5 |
amd64 |
percona:5.6 |
devilbox/mysql:percona-5.6 |
amd64 |
percona:5.7 |
devilbox/mysql:percona-5.7 |
amd64 |
percona:8.0 |
devilbox/mysql:percona-8.0 |
amd64 |
License
Copyright (c) 2019 cytopia
