colinmollenhour / mariadb-galera-swarm

MariaDb Galera Cluster container based on official mariadb image which can auto-bootstrap and recover cluster state.
https://hub.docker.com/r/colinmollenhour/mariadb-galera-swarm
Apache License 2.0
216 stars 101 forks source link

Error while buliding ..! #92

Closed viki-v closed 2 years ago

viki-v commented 4 years ago

Processing triggers for libc-bin (2.19-18+deb8u10) ...

viki-v commented 4 years ago

step 8 is not working ...because of that it asking.... plugin-load-add = auth_socket.so..please help me sir i am working for a long days to add mroonga engine in your galera swarm could give me image an particular mroonga repersented mariadb versions

Mroonga Version Introduced Maturity
7.07 MariaDB 10.2.11, MariaDB 10.1.29 Stable
5.04 MariaDB 10.1.6 Stable
5.02 MariaDB 10.0.18, MariaDB 10.1.5 Stable
5.0 MariaDB 10.0.17 Stable
4.06 MariaDB 10.0.15 Stable

https://mariadb.com/kb/en/about-mroonga/#how-to-install

colinmollenhour commented 4 years ago

Did you try simply extending the built images?

FROM colinmollenhour/mariadb-galera-swarm:10.4.11-2020-01-06
RUN apt-get update \
    && apt-get install -y --no-install-recommends --no-install-suggests mariadb-plugin-mroonga
    && rm -rf /tmp/* /var/lib/apt/lists/*

I'm not sure why it isn't building offhand but the above is the easiest and then you can continue to track updates easily.

viki-v commented 4 years ago

It's Working and Thank You So Much Sir...! Your Support toward's a developer makes me very happy..!