Skip to content

Commit 12b1458

Browse files
committed
MySQL 8.4.7 and Mroonga 15.21
1 parent ed97cd9 commit 12b1458

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

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

4949
| tag | MySQL | Mroonga | Groonga |
5050
|------------------------|--------|---------|---------|
51-
| mysql-8.4-latest | 8.4.6 | 15.17 | 15.1.7 |
51+
| mysql-8.4-latest | 8.4.7 | 15.21 | 15.2.1 |
52+
| mysql-8.4.7-15.21 | 8.4.7 | 15.21 | 15.2.1 |
5253
| mysql-8.4.6-15.17 | 8.4.6 | 15.17 | 15.1.7 |
5354
| mysql-8.4.6-15.16 | 8.4.6 | 15.16 | 15.1.5 |
5455
| mysql-8.4.5-15.11 | 8.4.5 | 15.11 | 15.1.1 |

mysql-8.4/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mysql:8.4.6-oraclelinux9
1+
FROM mysql:8.4.7-oraclelinux9
22

33
# TODO
44
# Remove `--setopt=apache-arrow-almalinux.gpgcheck=0` option.
@@ -8,8 +8,8 @@ FROM mysql:8.4.6-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.1.7 \
12-
mroonga_version=15.17
11+
ENV groonga_version=15.2.1 \
12+
mroonga_version=15.21
1313

1414
RUN mkdir -p /etc/mysql/mysql.conf.d && \
1515
touch /etc/mysql/mysql.conf.d/default-auth-override.cnf && \
@@ -33,6 +33,6 @@ RUN mkdir -p /docker-entrypoint-mroonga-initdb.d && \
3333
-e 's,docker_process_init_files /,docker_process_init_files /docker-entrypoint-mroonga-initdb.d/* /,g' \
3434
/usr/local/bin/docker-entrypoint.sh
3535

36-
# mysql:8.4.6 image has DB in /var/lib/mysql/.
36+
# mysql:8.4.7 image has DB in /var/lib/mysql/.
3737
# This clears /var/lib/mysql/ to ensure creating a new DB on "docker run".
3838
VOLUME ["/var/lib/mysql"]

0 commit comments

Comments
 (0)