Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupalci_environments
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupalci_environments
Commits
60cdccef
Commit
60cdccef
authored
1 month ago
by
Andrey Postnikov
Browse files
Options
Downloads
Patches
Plain Diff
DB: upgrade mysql to 9.3 and rebuild 8+
parent
4f611d46
No related branches found
No related tags found
No related merge requests found
Pipeline
#477636
passed
1 month ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
db/mysql-8.4/Dockerfile
+0
-1
0 additions, 1 deletion
db/mysql-8.4/Dockerfile
db/mysql-8/Dockerfile
+0
-1
0 additions, 1 deletion
db/mysql-8/Dockerfile
db/mysql-9/Dockerfile
+1
-2
1 addition, 2 deletions
db/mysql-9/Dockerfile
db/mysql-9/conf/my.cnf
+1
-1
1 addition, 1 deletion
db/mysql-9/conf/my.cnf
with
2 additions
and
5 deletions
db/mysql-8.4/Dockerfile
+
0
−
1
View file @
60cdccef
##
FROM
docker.io/mysql:8.4
MAINTAINER
drupalci
COPY
--chmod=644 ./conf/my.cnf /etc/mysql/conf.d/drupalci.cnf
...
...
This diff is collapsed.
Click to expand it.
db/mysql-8/Dockerfile
+
0
−
1
View file @
60cdccef
###
FROM
docker.io/mysql:8.0-debian
MAINTAINER
drupalci
COPY
--chmod=644 ./conf/my.cnf /etc/mysql/conf.d/drupalci.cnf
...
...
This diff is collapsed.
Click to expand it.
db/mysql-9/Dockerfile
+
1
−
2
View file @
60cdccef
#
FROM
docker.io/mysql:9.2
MAINTAINER
drupalci
FROM
docker.io/mysql:9.3
COPY
--chmod=644 ./conf/my.cnf /etc/mysql/conf.d/drupalci.cnf
...
...
This diff is collapsed.
Click to expand it.
db/mysql-9/conf/my.cnf
+
1
−
1
View file @
60cdccef
...
...
@@ -13,7 +13,7 @@ port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
lc_messages_dir = /usr/share/mysql-
8.4
lc_messages_dir = /usr/share/mysql-
9.3
skip-external-locking
skip-log-bin
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment