Skip to content

Commit

Permalink
Merge branch 'main' into PC_updates_8-21
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Sep 14, 2021
2 parents 609fe02 + c3b0535 commit ee46872
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Workbench/grouper_daemon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i2incommon/grouper:2.5.37.1
FROM i2incommon/grouper:2.5.56

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

2 changes: 1 addition & 1 deletion Workbench/grouper_data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i2incommon/grouper:2.5.37.1
FROM i2incommon/grouper:2.5.56

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

Expand Down
3 changes: 1 addition & 2 deletions Workbench/grouper_ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM i2incommon/grouper:2.5.37.1

FROM i2incommon/grouper:2.5.56
LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

ARG CSPHOSTNAME=localhost
Expand Down
2 changes: 1 addition & 1 deletion Workbench/grouper_ws/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i2incommon/grouper:2.5.37.1
FROM i2incommon/grouper:2.5.56

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

Expand Down
1 change: 1 addition & 0 deletions Workbench/midpoint_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ COPY container_files/system/setservername.sh /usr/local/bin/
RUN chmod 755 /usr/local/bin/setservername.sh
#set hostname
RUN /usr/local/bin/setservername.sh
RUN yum install -y graphviz

#COPY container_files/supervisor/supervisord.conf /etc/supervisor/

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 @@ -8,7 +8,7 @@ <h3>Welcome to the InCommon TAP Workbench!</h3>
<br /><br />
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 (2.5.37.1)</a></li>
<li><a href="https://__CSPHOSTNAME__/grouper" target="TAP-WB-GROUPER">Grouper (2.5.56)</a></li>
<li><a href="https://__CSPHOSTNAME__/midpoint" target="TAP-WB-MIDPOINT">midPoint (4.3.2)</a></li>
<li><a href="https://__CSPHOSTNAME__/registry" target="TAP-WB-COMANAGE">COmanage Registry (3.3.2)</a></li>
<li><a href="https://__CSPHOSTNAME__/idpui/" target="TAP-WB-IDPUI">Shibboleth IdP UI (1.9.2)</a></li>
Expand Down

0 comments on commit ee46872

Please sign in to comment.