Merge "Remove mariadb container"

This commit is contained in:
Jenkins 2015-08-12 16:31:11 +00:00 committed by Gerrit Code Review
commit af03af45bd
8 changed files with 0 additions and 32 deletions

View File

@ -1,18 +0,0 @@
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
# Install packages
# TODO check if hostname pkg is needed.
RUN yum -y install mariadb \
mariadb-server \
MySQL-python \
hostname \
&& yum clean all
# Add mysql configuration scripts
COPY config-mysql.sh /opt/kolla/config-mysql.sh
COPY mysql-entrypoint.sh /opt/kolla/mysql-entrypoint.sh
# start mysql
ENTRYPOINT ["/opt/kolla/mysql-entrypoint.sh"]
CMD ["mysqld_safe"]

View File

@ -1 +0,0 @@
../../../../../tools/build-docker-image

View File

@ -1 +0,0 @@
../../../../common/mariadb-app/config-mysql.sh

View File

@ -1 +0,0 @@
../../../../common/mariadb-app/mysql-entrypoint.sh

View File

@ -1,8 +0,0 @@
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
VOLUME [ "/var/lib/mysql" ]
# Command needed to start the data container.
# Note: data containers do not need to be persistent.
CMD ["/bin/bash"]

View File

@ -1 +0,0 @@
../../../../../tools/build-docker-image

View File

@ -1 +0,0 @@
../../centos/binary/mariadb

View File

@ -1 +0,0 @@
../../centos/binary/mariadb