Skip to content

Commit

Permalink
update COmanage to 4.4.40
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Dec 2, 2024
1 parent ebc25a5 commit 156bb76
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Workbench/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ services:
- comanage_midpoint_data:/var/lib/postgresql/data

data_init:
image: evolveum/midpoint:${MP_VER:-4.8.4}-rockylinux
image: evolveum/midpoint:${MP_VER:-4.9}-rockylinux
depends_on:
midpoint_data:
condition: service_healthy
Expand Down Expand Up @@ -330,7 +330,7 @@ services:
- midpoint_data:/var/lib/postgresql/data

midpoint_server:
image: evolveum/midpoint:${MP_VER:-4.8.4}-rockylinux
image: evolveum/midpoint:${MP_VER:-4.9}-rockylinux
container_name: midpoint_server
hostname: midpoint-container
depends_on:
Expand Down
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:4.15.8
FROM i2incommon/grouper:4.16.0

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

Expand Down
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:4.15.8
FROM i2incommon/grouper:4.16.0

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

Expand Down
2 changes: 1 addition & 1 deletion Workbench/grouper_ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i2incommon/grouper:4.15.8
FROM i2incommon/grouper:4.16.0

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

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:4.15.8
FROM i2incommon/grouper:4.16.0

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

Expand Down
1 change: 1 addition & 0 deletions Workbench/mpproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM i2incommon/shibboleth_sp:3.4.1_05152024_rocky9_multiarch

ARG CSPHOSTNAME=localhost
ENV CSPHOSTNAME=$CSPHOSTNAME
ENV SERVERNAME=$CSPHOSTNAME

RUN dnf -y install php php-json wget php-bcmath jq yum-utils

Expand Down
4 changes: 2 additions & 2 deletions Workbench/webproxy/container_files/httpd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ <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.15.8)</a></li>
<li><a href="https://__CSPHOSTNAME__/midpoint" target="TAP-WB-MIDPOINT">midPoint (4.8.4)</a></li>
<li><a href="https://__CSPHOSTNAME__/grouper" target="TAP-WB-GROUPER">Grouper (4.16.0)</a></li>
<li><a href="https://__CSPHOSTNAME__/midpoint" target="TAP-WB-MIDPOINT">midPoint (4.9)</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.4.0)</a></li>
<li><a href="https://__CSPHOSTNAME__/idpui/" target="TAP-WB-IDPUI">Shibboleth IdP UI (1.18.0)</a></li>
Expand Down

0 comments on commit 156bb76

Please sign in to comment.