dockerfiles/mariadb-10.3
2021-03-25 23:24:24 +01:00
..
out update mariadb to 10.3.28 2021-03-25 23:24:24 +01:00
build.Dockerfile update mariadb to 10.3.28 2021-03-25 23:24:24 +01:00
copy.Dockerfile add latest mariadb 10.3 for wheezy 2021-01-17 22:39:01 +01:00
README.md add latest mariadb 10.3 for wheezy 2021-01-17 22:39:01 +01:00

MariaDB 10.3 for Debian Wheezy

Build latest tag of MariaDB 10.3 for Debian Wheezy.

Build

Build is done inside Debian Wheezy docker with

DOCKER_BUILDKIT=1 docker build --file build.Dockerfile --tag lookshe/mariadb-10.3-build .

Get installation files

To copy the .deb files out of build container run

DOCKER_BUILDKIT=1 docker build --file copy.Dockerfile --output out .