Skip to content

Commit

Permalink
MySQL 8.4.4 and Mroonga 14.14
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Feb 3, 2025
1 parent 89c94a1 commit e016580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Currently, groonga/mroonga provides these couples of versions.

| tag | MySQL | Mroonga | Groonga |
|------------------------|--------|---------|---------|
| mysql-8.4-latest | 8.4.4 | 14.13 | 14.1.3 |
| mysql-8.4-latest | 8.4.4 | 14.14 | 14.1.3 |
| mysql-8.4.4-14.14 | 8.4.4 | 14.14 | 14.1.3 |
| mysql-8.4.4-14.13 | 8.4.4 | 14.13 | 14.1.3 |

### For MySQL 8.0
Expand Down
2 changes: 1 addition & 1 deletion mysql-8.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM mysql:8.4.4-oraclelinux9
# ```

ENV groonga_version=14.1.3 \
mroonga_version=14.13
mroonga_version=14.14

RUN mkdir -p /etc/mysql/mysql.conf.d && \
touch /etc/mysql/mysql.conf.d/default-auth-override.cnf && \
Expand Down

0 comments on commit e016580

Please sign in to comment.