Skip to content

Grouper2.5.56 #124

Merged
merged 10 commits into from Sep 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Workbench/grouper_daemon/Dockerfile
@@ -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
@@ -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
@@ -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
@@ -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
6 changes: 3 additions & 3 deletions Workbench/webproxy/container_files/httpd/index.html
Expand Up @@ -8,9 +8,9 @@ <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__/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__/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.0)</a></li>
</ul>
<br />
Expand Down