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

Change FROM mariadb:10.1.22 to FROM mariadb:10.1 #19

Closed cpjolly closed 7 years ago

cpjolly commented 7 years ago

mariadb:10.1.23 has been released, so 10.1.22 is now obsolete. Is there some reason to refer to a specific version, such as 10.1.22, rather than the latest 10.1 version ? If not, can we change the Dockerfile to be

FROM mariadb:10.1

colinmollenhour commented 7 years ago

Probably just being paranoid about breaking updates.. Changed.

cpjolly commented 7 years ago

Many thanks - I totally agree with being paranoid about breaking updates, but 10.1 is pretty mature at this point, so it seems an acceptable risk to take. Probably for 10.2 a different approach will make sense - perhaps a set of release tags ?