summaryrefslogtreecommitdiffstats
path: root/mariadb-10.3/README.md
blob: 3299fdbf6fb420f328803a87a9d1a5a5a6ce0a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## 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 .
```