Skip to content

Commit 2885211

Browse files
committed
MySQL 8.4.4 and Mroonga 15.00
1 parent 87f56a6 commit 2885211

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Currently, groonga/mroonga provides these couples of versions.
3535

3636
| tag | MySQL | Mroonga | Groonga |
3737
|------------------------|--------|---------|---------|
38-
| mysql-8.4-latest | 8.4.4 | 14.14 | 14.1.3 |
38+
| mysql-8.4-latest | 8.4.4 | 15.00 | 15.0.0 |
39+
| mysql-8.4.4-15.00 | 8.4.4 | 15.00 | 15.0.0 |
3940
| mysql-8.4.4-14.14 | 8.4.4 | 14.14 | 14.1.3 |
4041
| mysql-8.4.4-14.13 | 8.4.4 | 14.13 | 14.1.3 |
4142

mysql-8.4/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ FROM mysql:8.4.4-oraclelinux9
88
# error: failed to parse public key for /var/cache/yum/metadata/apache-arrow-almalinux-9-x86_64/RPM-GPG-KEY-Apache-Arrow
99
# ```
1010

11-
ENV groonga_version=14.1.3 \
12-
mroonga_version=14.14
11+
ENV groonga_version=15.0.0 \
12+
mroonga_version=15.00
1313

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

0 commit comments

Comments
 (0)