Merge "Port stx-mariadb base image to stx-debian"

This commit is contained in:
Zuul 2022-12-19 13:39:02 +00:00 committed by Gerrit Code Review
commit f0b369f59e
3 changed files with 9 additions and 0 deletions

View File

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

View File

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

View File

@ -1,2 +1,3 @@
kubernetes/n3000
virt/libvirt
database/mariadb