Skip to content

Commit 7c1143b

Browse files
committed
MySQL 8.0.43 and Mroonga 15.16
1 parent b5db920 commit 7c1143b

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
@@ -62,7 +62,8 @@ Currently, groonga/mroonga provides these couples of versions.
6262

6363
| tag | MySQL | Mroonga | Groonga |
6464
|------------------------|--------|---------|---------|
65-
| mysql-8.0-latest | 8.0.42 | 15.11 | 15.1.1 |
65+
| mysql-8.0-latest | 8.0.43 | 15.16 | 15.1.5 |
66+
| mysql-8.0.43-15.16 | 8.0.43 | 15.16 | 15.1.5 |
6667
| mysql-8.0.42-15.11 | 8.0.42 | 15.11 | 15.1.1 |
6768
| mysql-8.0.42-15.10 | 8.0.42 | 15.10 | 15.0.9 |
6869
| mysql-8.0.42-15.07 | 8.0.42 | 15.07 | 15.0.4 |

mysql-8.0/Dockerfile

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

33
# TODO
44
# Remove `--setopt=apache-arrow-almalinux.gpgcheck=0` option.
@@ -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.1.1 \
12-
mroonga_version=15.11
11+
ENV groonga_version=15.1.5 \
12+
mroonga_version=15.16
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.0.42 image has DB in /var/lib/mysql/.
36+
# mysql:8.0.43 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)