Skip to content

Commit

Permalink
Merge pull request #48 from internet2/grouper-2.5-update
Browse files Browse the repository at this point in the history
Grouper 2.5 update
  • Loading branch information
chubing authored Dec 10, 2020
2 parents c370f7a + 51db1b4 commit 78a3dff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
12 changes: 0 additions & 12 deletions Workbench/grouper_daemon/container_files/usr-local-bin/startup.sh

This file was deleted.

4 changes: 3 additions & 1 deletion Workbench/grouper_data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN yum install -y epel-release \
&& rm -rf /var/cache/yum

COPY container_files/conf/ /opt/grouper/grouperWebapp/WEB-INF/classes/
COPY container_files/bootstrap/ /tmp/

RUN ln -s /usr/bin/resolveip /usr/libexec/resolveip

Expand All @@ -29,7 +30,8 @@ RUN mysql_install_db \

RUN (mysqld_safe & ) \
&& while ! curl -s localhost:3306 > /dev/null; do echo waiting for mysqld to start; sleep 1; done; \
/opt/grouper/grouperWebapp/WEB-INF/bin/gsh.sh -registry -check -runscript -noprompt
/opt/grouper/grouperWebapp/WEB-INF/bin/gsh.sh -registry -check -runscript -noprompt && \
/opt/grouper/grouperWebapp/WEB-INF/bin/gsh.sh /tmp/initialize.sh

EXPOSE 3306

Expand Down

0 comments on commit 78a3dff

Please sign in to comment.