Merge "build mariadb docker image with galera arbitrator added"

This commit is contained in:
Zuul 2019-01-23 23:43:07 +00:00 committed by Gerrit Code Review
commit 0e94333b17
5 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1 @@
database/mariadb

View File

@ -1 +1,2 @@
virt/libvirt
database/mariadb

View File

@ -0,0 +1,6 @@
FROM openstackhelm/mariadb:10.2.18
RUN apt-get update && apt-get install -y galera-arbitrator-3
CMD ["/usr/bin/garbd"]

View File

@ -0,0 +1,3 @@
BUILDER=docker
LABEL=stx-mariadb

View File

@ -0,0 +1,3 @@
BUILDER=docker
LABEL=stx-mariadb