Add newer mariadb versions to drupalci
Open
requested to merge issue/drupalci_environments-3401846:3401846-add-newer-mariadb-versions into dev
1 unresolved thread
Related to #3401846
Merge request reports
Activity
- db/mariadb-10.6.15/Dockerfile 0 → 100644
1 #### 2 FROM mariadb:10.6.15 3 MAINTAINER drupalci 4 5 # Packages.. 6 RUN apt-get -y update && \ 7 apt-get -y install netcat psmisc --no-install-recommends && \ 8 rm -rf /var/lib/apt/lists/* 9 10 COPY ./conf/my.cnf /etc/mysql/conf.d/drupalci.cnf 11 12 USER root changed this line in version 5 of the diff
- Resolved by dimitriskr
- Resolved by dimitriskr
needs work to prefix base image with
docker.io/
as 35797df4added 2 commits
Please register or sign in to reply