UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
mariadb
mariadb105
Commits
c6c9b410
Commit
c6c9b410
authored
Apr 06, 2021
by
Vickie Shen
Browse files
removed regexp keys
parent
0f842ea1
Pipeline
#211998
failed with stages
in 6 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Dockerfile
Dockerfile
+5
-1
No files found.
Dockerfile
View file @
c6c9b410
...
...
@@ -29,6 +29,10 @@ RUN groupadd -g 1500 usafadmin
RUN
useradd usafadmin
-u
1500
-g
1500
&&
usermod
-a
-G
mysql usafadmin
RUN
chown
-R
usafadmin /var/lib/mysql
USER
usafadmin
RUN
cp
-R
/var/lib/mysql /tmp/
RUN
cp
-R
/var/lib/mysql /tmp/
&&
\
find /usr/share/doc/perl-IO-Socket-SSL/certs
-name
"*.enc"
-o
-name
"*.pem"
| xargs
rm
-f
&&
\
find /usr/share/doc/perl-IO-Socket-SSL/example
-name
"*.pl"
-o
| xargs
rm
-f
&&
\
find /usr/share/doc/perl-Net-SSLeay/examples
-name
"*.pem"
| xargs
rm
-f
&&
\
chmod
-R
g-s /usr/lib64/mysql/plugin/auth_pam_tool_dir/auth_pam_tool
ENTRYPOINT
[ "/bin/bash", "entrypoint.sh" ]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment