UNCLASSIFIED

Commit 6ba920fe authored by Vickie Shen's avatar 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
......@@ -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 && \
rpm install -y MariaDB-server /opt/*.rpm && \
yum 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 && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment