dockerfiles/mariadb-10.3/README.md

19 lines
401 B
Markdown
Raw Permalink Normal View History

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 .
```