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
217 stars 102 forks source link

[master] #21

Closed cpjolly closed 7 years ago

cpjolly commented 7 years ago

See Issue #20

Added " awk '{print $1}' " to line 71 of start.sh This is necessary because getent hosts $(hostname) returns the ip address followed by the host name and we only want the ip address The second commit corrects a typo and is required.

The third commit are suggested changes to docker-compose.yml & README.md, and is optional. The fourth commit corrects a typo in the third commit.

colinmollenhour commented 7 years ago

Looks good, thanks!

I will tag a release now so that there will be a tagged 10.1.23 on hub.docker.com.

Btw, here is why I was using specific versions before.. https://www.screencast.com/t/iDHfN9c1t59 I suppose once it is built on hub.docker.com it should be stable..

colinmollenhour commented 7 years ago

Ahh, I just realized the Docker Hub automated builds are only working for master.. I have tried over and over to get the tag based builds to work and they just never build..