Skip to content
Snippets Groups Projects
Commit e0403fd7 authored by dimitriskr's avatar dimitriskr Committed by Andrey Postnikov
Browse files

Issue #3404256 by dimitriskr, andypost: MySQL/MariaDB containers do not use...

Issue #3404256 by dimitriskr, andypost: MySQL/MariaDB containers do not use the provided configuration

cherry-pick of cf2c835c without Mysql 5.6 as unsupported
parent 4980b571
Branches
Tags 1.4.0
No related merge requests found
Pipeline #56676 passed
...@@ -7,7 +7,7 @@ RUN apt-get -y update || true; \ ...@@ -7,7 +7,7 @@ RUN apt-get -y update || true; \
apt-get -y install netcat psmisc --no-install-recommends && \ apt-get -y install netcat psmisc --no-install-recommends && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
COPY ./conf/my.cnf /etc/mysql/conf.d/drupalci.cnf COPY --chmod=644 ./conf/my.cnf /etc/mysql/conf.d/drupalci.cnf
USER root USER root
......
...@@ -7,7 +7,7 @@ RUN apt-get -y update && \ ...@@ -7,7 +7,7 @@ RUN apt-get -y update && \
RUN apt-get clean && apt-get autoclean && apt-get -y autoremove RUN apt-get clean && apt-get autoclean && apt-get -y autoremove
COPY ./conf/my.cnf /etc/mysql/my.cnf COPY --chmod=644 ./conf/my.cnf /etc/mysql/my.cnf
RUN rm -rf /var/lib/mysql/* RUN rm -rf /var/lib/mysql/*
......
...@@ -5,7 +5,7 @@ MAINTAINER drupalci ...@@ -5,7 +5,7 @@ MAINTAINER drupalci
RUN yum install -y --setopt=skip_missing_names_on_install=False \ RUN yum install -y --setopt=skip_missing_names_on_install=False \
netcat psmisc; yum clean all netcat psmisc; yum clean all
COPY ./conf/my.cnf /etc/mysql/my.cnf COPY --chmod=644 ./conf/my.cnf /etc/mysql/my.cnf
USER root USER root
......
...@@ -6,7 +6,7 @@ RUN apt-get -y update && \ ...@@ -6,7 +6,7 @@ RUN apt-get -y update && \
apt-get -y install netcat psmisc --no-install-recommends && \ apt-get -y install netcat psmisc --no-install-recommends && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
COPY ./conf/my.cnf /etc/mysql/conf.d/drupalci.cnf COPY --chmod=644 ./conf/my.cnf /etc/mysql/conf.d/drupalci.cnf
USER root USER root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment