Skip to content

Commit

Permalink
Return 11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Sep 12, 2024
1 parent 84add05 commit 18053cf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ jobs:
tags: '11.4,11,latest'
workdir: 11
platform: linux/amd64,linux/arm64
mariadb-112:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
with:
platforms: amd64,arm64
- uses: docker/setup-buildx-action@v3
- uses: ./.github/actions
with:
version: '11.2.5'
tags: '11.2'
workdir: 11
platform: linux/amd64,linux/arm64
mariadb-1011:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Overview:
Supported tags and respective `Dockerfile` links:

- `11.4`, `11`, `latest` [_(Dockerfile)_](https://github.com/wodby/mariadb/tree/master/11/Dockerfile)
- `11.2` [_(Dockerfile)_](https://github.com/wodby/mariadb/tree/master/11/Dockerfile)
- `10.11`, `10` [_(Dockerfile)_](https://github.com/wodby/mariadb/tree/master/10/Dockerfile)
- `10.6` [_(Dockerfile)_](https://github.com/wodby/mariadb/tree/master/10/Dockerfile)
- `10.5` [_(Dockerfile)_](https://github.com/wodby/mariadb/tree/master/10/Dockerfile)
Expand All @@ -30,7 +31,7 @@ All images built for `linux/amd64` and `linux/arm64`.

## Environment Variables

| Variable | 11.4 | 10.11, 10.6, 10.5 |
| Variable | 11.4, 11.2 | 10.11, 10.6, 10.5 |
|------------------------------------------|----------------------|----------------------|
| [`MARIADB_PLUGIN_LOAD`] | | |
| [`MARIADB_SSL_CERT`] | | |
Expand Down

0 comments on commit 18053cf

Please sign in to comment.