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
6ba920fe
Commit
6ba920fe
authored
Apr 16, 2021
by
Vickie Shen
Browse files
Merge branch 'upgrade-contrib' into 'development'
Upgrade contrib See merge request
!17
parents
f9883778
5e331bb3
Pipeline
#226043
passed with stages
in 29 minutes and 15 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+2
-1
No files found.
Dockerfile
View file @
6ba920fe
...
...
@@ -18,7 +18,7 @@ RUN yum upgrade -y && \
rpm
--import
/opt/RPM-GPG-KEY-MariaDB
&&
\
cd
/opt/mariadb-10.5.9-rhel-8-x86_64-rpms
&&
\
./setup_repository
&&
\
rp
m
install
-y
MariaDB-server /opt/
*
.rpm
&&
\
yu
m
install
-y
MariaDB-server /opt/
*
.rpm
&&
\
chmod
-R
u-s /usr/lib64/mysql/
&&
\
rm
-f
/usr/share/doc/perl-IO-Socket-SSL/example/simulate_proxy.pl
&&
\
find /usr/share/doc/perl-IO-Socket-SSL/certs
-name
"*.enc"
-o
-name
"*.pem"
| xargs
rm
-f
&&
\
...
...
@@ -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