Skip to content

Commit

Permalink
MySQL 8.0.41 and Mroonga 14.13
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Jan 30, 2025
1 parent 640ea1c commit 4b57d12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ Currently, groonga/mroonga provides these couples of versions.

| tag | MySQL | Mroonga | Groonga |
|------------------------|--------|---------|---------|
| mysql-8.0-latest | 8.0.40 | 14.12 | 14.1.2 |
| mysql-8.0-latest | 8.0.41 | 14.13 | 14.1.3 |
| mysql-8.0.41-14.13 | 8.0.41 | 14.13 | 14.1.3 |
| mysql-8.0.40-14.12 | 8.0.40 | 14.12 | 14.1.2 |
| mysql-8.0.30-12.06 | 8.0.30 | 12.06 | 12.0.6 |
| mysql-8.0.29-12.04 | 8.0.29 | 12.04 | 12.0.4 |
Expand Down
8 changes: 4 additions & 4 deletions mysql-8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mysql:8.0.40-oraclelinux9
FROM mysql:8.0.41-oraclelinux9

# TODO
# Remove `--setopt=apache-arrow-almalinux.gpgcheck=0` option.
Expand All @@ -8,8 +8,8 @@ FROM mysql:8.0.40-oraclelinux9
# error: failed to parse public key for /var/cache/yum/metadata/apache-arrow-almalinux-9-x86_64/RPM-GPG-KEY-Apache-Arrow
# ```

ENV groonga_version=14.1.2 \
mroonga_version=14.12
ENV groonga_version=14.1.3 \
mroonga_version=14.13

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

# mysql:8.0.40 image has DB in /var/lib/mysql/.
# mysql:8.0.41 image has DB in /var/lib/mysql/.
# This clears /var/lib/mysql/ to ensure creating a new DB on "docker run".
VOLUME ["/var/lib/mysql"]

0 comments on commit 4b57d12

Please sign in to comment.