Updated db image
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Joan Sanchez 2022-09-15 07:31:49 +00:00
parent 90229112e9
commit 9d5351c84c
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM mariadb:10.7.3
FROM mariadb:10.7.5
ENV MYSQL_ROOT_PASSWORD root
ENV MARIADB_ROOT_PASSWORD root
ENV TZ Europe/Madrid
ARG DEBIAN_FRONTEND=noninteractive
@ -22,6 +22,7 @@ COPY \
docker/docker-start.sh \
/usr/local/bin/
RUN chmod 775 /etc/mysql/conf.d/docker.cnf
RUN mkdir /mysql-data \
&& chown -R mysql:mysql /mysql-data
@ -35,6 +36,8 @@ COPY \
dump/structure.sql \
dump/dumpedFixtures.sql \
./
RUN chmod 775 config.ini
RUN gosu mysql docker-init.sh \
&& docker-dump.sh mysqlPlugins \
&& docker-dump.sh mockDate \