Skip to content
Snippets Groups Projects

Add newer mariadb versions to drupalci

1 unresolved thread

Related to #3401846

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • needs work to prefix base image with docker.io/ as 35797df4

  • dimitriskr added 1 commit

    added 1 commit

    Compare with previous version

  • dimitriskr added 1 commit

    added 1 commit

    Compare with previous version

  • dimitriskr added 1 commit

    added 1 commit

    • 4b92f13a - upgrade to 10.6.16 and 10.11.6

    Compare with previous version

  • dimitriskr added 2 commits

    added 2 commits

    Compare with previous version

  • dimitriskr added 1 commit

    added 1 commit

    Compare with previous version

  • dimitriskr added 1 commit

    added 1 commit

    • 17e39185 - fix the startup script on other versions

    Compare with previous version

  • dimitriskr added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading