Skip to content

Commit

Permalink
Merge pull request #826 from uselagoon/mariadb_connector
Browse files Browse the repository at this point in the history
Add mariadb-connector-c package to support mysql8
  • Loading branch information
tobybellwood authored Sep 18, 2023
2 parents 8918a35 + 21e6fc8 commit 654eed2
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions images/mariadb/10.11.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN \
mariadb-common=~10.11 \
mariadb-server-utils=~10.11 \
mariadb=~10.11 \
mariadb-connector-c \
net-tools \
pwgen \
tzdata \
Expand Down
1 change: 1 addition & 0 deletions images/mariadb/10.4.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN \
mariadb-common=~10.4 \
mariadb-server-utils=~10.4 \
mariadb=~10.4 \
mariadb-connector-c \
net-tools \
pwgen \
tini \
Expand Down
1 change: 1 addition & 0 deletions images/mariadb/10.5.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN \
mariadb-common=~10.5 \
mariadb-server-utils=~10.5 \
mariadb=~10.5 \
mariadb-connector-c \
net-tools \
pwgen \
tini \
Expand Down
1 change: 1 addition & 0 deletions images/mariadb/10.6.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN \
mariadb-common=~10.6 \
mariadb-server-utils=~10.6 \
mariadb=~10.6 \
mariadb-connector-c \
net-tools \
pwgen \
tini \
Expand Down
3 changes: 2 additions & 1 deletion images/node-cli/16.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apk add --no-cache git \
procps \
coreutils \
mariadb-client \
mariadb-connector-c \
postgresql-client \
mongodb-tools \
openssh-sftp-server \
Expand Down Expand Up @@ -44,4 +45,4 @@ RUN chmod 400 /home/.ssh/lagoon_cli.key
ENV SSH_AUTH_SOCK=/tmp/ssh-agent

ENTRYPOINT ["/sbin/tini", "--", "/lagoon/entrypoints.sh"]
CMD ["/bin/docker-sleep"]
CMD ["/bin/docker-sleep"]
3 changes: 2 additions & 1 deletion images/node-cli/18.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apk add --no-cache git \
procps \
coreutils \
mariadb-client \
mariadb-connector-c \
postgresql-client \
mongodb-tools \
openssh-sftp-server \
Expand Down Expand Up @@ -43,4 +44,4 @@ RUN chmod 400 /home/.ssh/lagoon_cli.key
ENV SSH_AUTH_SOCK=/tmp/ssh-agent

ENTRYPOINT ["/sbin/tini", "--", "/lagoon/entrypoints.sh"]
CMD ["/bin/docker-sleep"]
CMD ["/bin/docker-sleep"]
1 change: 1 addition & 0 deletions images/node-cli/20.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apk add --no-cache git \
procps \
coreutils \
mariadb-client \
mariadb-connector-c \
postgresql-client \
mongodb-tools \
openssh-sftp-server \
Expand Down
1 change: 1 addition & 0 deletions images/php-cli/8.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apk add --no-cache git \
findutils \
gzip \
mariadb-client \
mariadb-connector-c \
mongodb-tools \
nodejs-current=~18 \
npm \
Expand Down
1 change: 1 addition & 0 deletions images/php-cli/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apk add --no-cache git \
findutils \
gzip \
mariadb-client \
mariadb-connector-c \
mongodb-tools \
nodejs-dev=~18 \
npm \
Expand Down
1 change: 1 addition & 0 deletions images/php-cli/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apk add --no-cache git \
findutils \
gzip \
mariadb-client \
mariadb-connector-c \
mongodb-tools \
nodejs=~18 \
npm \
Expand Down

0 comments on commit 654eed2

Please sign in to comment.