Merge "Remove mariadb container"
This commit is contained in:
commit
af03af45bd
@ -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"]
|
@ -1 +0,0 @@
|
||||
../../../../../tools/build-docker-image
|
@ -1 +0,0 @@
|
||||
../../../../common/mariadb-app/config-mysql.sh
|
@ -1 +0,0 @@
|
||||
../../../../common/mariadb-app/mysql-entrypoint.sh
|
@ -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"]
|
@ -1 +0,0 @@
|
||||
../../../../../tools/build-docker-image
|
@ -1 +0,0 @@
|
||||
../../centos/binary/mariadb
|
@ -1 +0,0 @@
|
||||
../../centos/binary/mariadb
|
Loading…
x
Reference in New Issue
Block a user