Skip to content

Commit a4634c6

Browse files
committed
MySQL 8.0.42 and Mroonga 15.10
1 parent b9ca784 commit a4634c6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

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

4848
| tag | MySQL | Mroonga | Groonga |
4949
|------------------------|--------|---------|---------|
50-
| mysql-8.0-latest | 8.0.42 | 15.07 | 15.0.4 |
50+
| mysql-8.0-latest | 8.0.42 | 15.10 | 15.0.9 |
51+
| mysql-8.0.42-15.10 | 8.0.42 | 15.10 | 15.0.9 |
5152
| mysql-8.0.42-15.07 | 8.0.42 | 15.07 | 15.0.4 |
5253
| mysql-8.0.41-15.05 | 8.0.41 | 15.05 | 15.0.4 |
5354
| mysql-8.0.41-15.04 | 8.0.41 | 15.04 | 15.0.4 |

mysql-8.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ FROM mysql:8.0.42-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=15.0.4 \
12-
mroonga_version=15.07
11+
ENV groonga_version=15.0.9 \
12+
mroonga_version=15.10
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)