Skip to content

Commit

Permalink
Revert "Return 11.2"
Browse files Browse the repository at this point in the history
This reverts commit 18053cf.
  • Loading branch information
csandanov committed Sep 12, 2024
1 parent d802e22 commit 963d094
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,6 @@ 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: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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 @@ -31,7 +30,7 @@ All images built for `linux/amd64` and `linux/arm64`.

## Environment Variables

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

0 comments on commit 963d094

Please sign in to comment.