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
fa215200
Commit
fa215200
authored
1 year ago
by
Tim Hestenes Lehnen
Browse files
Options
Downloads
Patches
Plain Diff
Fix base image for mysql-8
#3388135
parent
245ea26d
Branches
Branches containing commit
No related tags found
1 merge request
!25
Fix base image for mysql-8 #3388135
Pipeline
#22553
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
db/mysql-8/Dockerfile
+3
-6
3 additions, 6 deletions
db/mysql-8/Dockerfile
with
3 additions
and
6 deletions
db/mysql-8/Dockerfile
+
3
−
6
View file @
fa215200
FROM
mysql:8
FROM
docker.io/mysql:8.0-debian
MAINTAINER
drupalci
# Packages.
RUN
apt-get
-y
update
&&
\
apt-get
-y
install
netcat psmisc
RUN
apt-get clean
&&
apt-get autoclean
&&
apt-get
-y
autoremove
apt-get
-y
install
netcat psmisc
--no-install-recommends
&&
\
rm
-rf
/var/lib/apt/lists/
*
COPY
./conf/my.cnf /etc/mysql/conf.d/drupalci.cnf
RUN
rm
-rf
/var/lib/mysql/
*
USER
root
COPY
./conf/startup.sh /opt/startup.sh
...
...
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