Skip to content

Commit

Permalink
update Grouper to 4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 27, 2024
1 parent 17eb161 commit fce435b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Workbench/grouper_daemon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM i2incommon/grouper:4.14.2
FROM i2incommon/grouper:4.15.0

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

RUN yum -y install netcat
RUN dnf -y install netcat

12 changes: 5 additions & 7 deletions Workbench/grouper_data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
FROM i2incommon/grouper:4.14.2
FROM i2incommon/grouper:4.15.0

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

RUN yum install -y epel-release \
&& yum update -y \
&& dnf module enable -y postgresql:12 \
&& dnf install -y postgresql-server \
&& yum clean all \
&& rm -rf /var/cache/yum
RUN dnf update -y \
&& dnf install -y postgresql-server glibc-all-langpacks \
&& dnf clean all \
&& rm -rf /var/cache/dnf

COPY container_files/conf/ /opt/grouper/grouperWebapp/WEB-INF/classes/
COPY container_files/bootstrap/ /tmp/
Expand Down
6 changes: 3 additions & 3 deletions Workbench/grouper_ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM i2incommon/grouper:4.14.2
FROM i2incommon/grouper:4.15.0

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

ARG CSPHOSTNAME=localhost
ENV CSPHOSTNAME=$CSPHOSTNAME
ENV GROUPER_UI_CONFIGURATION_EDITOR_SOURCEIPADDRESSES='0.0.0.0/0'

RUN yum -y update
RUN yum -y install netcat
RUN dnf -y update
RUN dnf -y install netcat

COPY container_files/shibboleth/idp-metadata.xml /etc/shibboleth/

Expand Down
4 changes: 2 additions & 2 deletions Workbench/grouper_ws/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM i2incommon/grouper:4.14.2
FROM i2incommon/grouper:4.15.0

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

RUN yum -y install netcat
RUN dnf -y install netcat

COPY container_files/web.xml /opt/grouper/grouperWebapp/WEB-INF/
COPY container_files/tomcat-users.xml /opt/tomee/conf/
Expand Down
2 changes: 1 addition & 1 deletion Workbench/webproxy/container_files/httpd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3>Welcome to the InCommon TAP Workbench!</h3>
The system contains the following TAP components (click the links to access each component in its own tab):

<ul>
<li><a href="https://__CSPHOSTNAME__/grouper" target="TAP-WB-GROUPER">Grouper (4.14.2)</a></li>
<li><a href="https://__CSPHOSTNAME__/grouper" target="TAP-WB-GROUPER">Grouper (4.15.0)</a></li>
<li><a href="https://__CSPHOSTNAME__/midpoint" target="TAP-WB-MIDPOINT">midPoint (4.8.4)</a></li>
<ul><li><a href="https://__CSPHOSTNAME__/midPoint-doc.html" target="TAP-WB-MIDPOINT-CONFIG">Technical doc on midPoint's configuration</a></li></ul>
<li><a href="https://__CSPHOSTNAME__/registry" target="TAP-WB-COMANAGE">COmanage Registry (4.3.4)</a></li>
Expand Down

0 comments on commit fce435b

Please sign in to comment.