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
03e97de4
Commit
03e97de4
authored
Apr 15, 2021
by
Vickie Shen
Browse files
correct ownership with RPM
parent
f973c204
Pipeline
#221536
failed with stages
in 6 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Dockerfile
Dockerfile
+1
-0
No files found.
Dockerfile
View file @
03e97de4
...
...
@@ -34,6 +34,7 @@ COPY ./scripts/entrypoint.sh ./entrypoint.sh
#Create usafadmin user
RUN
groupadd
-g
1500 usafadmin
&&
\
useradd usafadmin
-u
1500
-g
1500
&&
usermod
-a
-G
mysql usafadmin
&&
\
chown
-R
usafadmin:usafadmin /opt/
&&
\
chown
-R
usafadmin:usafadmin /var/lib/mysql
&&
\
chown
-R
usafadmin:usafadmin /usr/local/bin/
&&
\
chmod
+x ./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