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 |
---|---|
![]() |
In case you seek help, go and visit the community pages.
![]() | ![]() | ![]() |
devilbox.readthedocs.io | gitter.im/devilbox | devilbox.discourse.group |
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.
What | Value |
---|---|
ENTRYPOINT | ["/docker-entrypoint.sh"] |
CMD | ["mysqld"] |
Path | Description |
---|---|
/etc/mysql/conf.d | Default primary config mountpoint |
/etc/mysql/docker-default.d/ | Additional secondary config mountpoint |
For retagged information see below.
Original Image and Tag | New Image and Tag |
---|---|
mysql:5.5 | devilbox/mysql:mysql-5.5 |
mysql:5.6 | devilbox/mysql:mysql-5.6 |
mysql:5.7 | devilbox/mysql:mysql-5.7 |
mysql:8.0 | devilbox/mysql:mysql-8.0 |
Original Image and Tag | New Image and Tag |
---|---|
mariadb:5.5 | devilbox/mysql:mariadb-5.5 |
mariadb:10.0 | devilbox/mysql:mariadb-10.0 |
mariadb:10.1 | devilbox/mysql:mariadb-10.1 |
mariadb:10.2 | devilbox/mysql:mariadb-10.2 |
mariadb:10.3 | devilbox/mysql:mariadb-10.3 |
mariadb:10.4 | devilbox/mysql:mariadb-10.4 |
mariadb:10.5 | devilbox/mysql:mariadb-10.5 |
mariadb:10.6 | devilbox/mysql:mariadb-10.6 |
mariadb:10.7 | devilbox/mysql:mariadb-10.7 |
mariadb:10.8 | devilbox/mysql:mariadb-10.8 |
Original Image and Tag | New Image and Tag |
---|---|
percona:5.5 | devilbox/mysql:percona-5.5 |
percona:5.6 | devilbox/mysql:percona-5.6 |
percona:5.7 | devilbox/mysql:percona-5.7 |
percona:8.0 | devilbox/mysql:percona-8.0 |
Copyright (c) 2019 cytopia