Skip to content

Commit 5b33431

Browse files
committed
MySQL 8.0.45 and Mroonga 15.23
1 parent e71f17b commit 5b33431

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

6767
| tag | MySQL | Mroonga | Groonga |
6868
|------------------------|--------|---------|---------|
69-
| mysql-8.0-latest | 8.0.44 | 15.22 | 15.2.1 |
69+
| mysql-8.0-latest | 8.0.45 | 15.23 | 15.2.3 |
70+
| mysql-8.0.45-15.23 | 8.0.45 | 15.23 | 15.2.3 |
7071
| mysql-8.0.44-15.22 | 8.0.44 | 15.22 | 15.2.1 |
7172
| mysql-8.0.44-15.21 | 8.0.44 | 15.21 | 15.2.1 |
7273
| mysql-8.0.43-15.17 | 8.0.43 | 15.17 | 15.1.7 |

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.44-oraclelinux9
1+
FROM mysql:8.0.45-oraclelinux9
22

33
# TODO
44
# Remove `--setopt=apache-arrow-almalinux.gpgcheck=0` option.
@@ -8,8 +8,8 @@ FROM mysql:8.0.44-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.2.1 \
12-
mroonga_version=15.22
11+
ENV groonga_version=15.2.3 \
12+
mroonga_version=15.23
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.44 image has DB in /var/lib/mysql/.
36+
# mysql:8.0.45 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)