Closed viki-v closed 2 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 |
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.
It's Working and Thank You So Much Sir...! Your Support toward's a developer makes me very happy..!
Processing triggers for libc-bin (2.19-18+deb8u10) ...