Skip to content

Commit

Permalink
Merge branch '2.6.5.4' into 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
credman committed Jan 21, 2022
2 parents a88908a + 7ec0ede commit 0fc2e4e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM centos:centos7 as installing
RUN yum update -y \
RUN cd /etc/yum.repos.d && wget https://repo.codeit.guru/codeit.el`rpm -q --qf "%{VERSION}" $(rpm -q --whatprovides redhat-release)`.repo \
&& yum update -y \
&& yum install -y wget tar unzip dos2unix patch \
&& yum clean all

Expand Down Expand Up @@ -93,7 +94,10 @@ COPY container_files/usr-local-bin/ /usr/local/bin/
RUN chmod +x /usr/local/bin/*.sh
COPY container_files/httpd/* /etc/httpd/conf.d/
COPY container_files/shibboleth/* /etc/shibboleth/
RUN cp /dev/null /etc/httpd/conf.d/ssl.conf
RUN cp /dev/null /etc/httpd/conf.d/ssl.conf
RUN rm -f /opt/tomee/bin/log4j-*
COPY container_files/tier-support/log4j_fix/* /opt/tomee/bin/


# this is to improve openshift
RUN touch /opt/grouper/grouperEnv.sh \
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0fc2e4e

Please sign in to comment.