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 Nov 21, 2024
1 parent a6e3998 commit ebc25a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Workbench/comanage/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i2incommon/comanage-registry:4.3.5-rocky9.4
FROM i2incommon/comanage-registry:4.4.0-rocky9.4

ENV COMANAGE_REGISTRY_ADMIN_FAMILY_NAME=Anderson
ENV COMANAGE_REGISTRY_ADMIN_USERNAME=banderson
Expand Down
4 changes: 2 additions & 2 deletions Workbench/comanage_cron/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i2incommon/comanage-registry-cron:4.3.5-20240827
FROM i2incommon/comanage-registry-cron:4.4.0

ENV COMANAGE_REGISTRY_ADMIN_FAMILY_NAME=Anderson
ENV COMANAGE_REGISTRY_ADMIN_USERNAME=banderson
Expand All @@ -17,7 +17,7 @@ ENV COMANAGE_REGISTRY_EMAIL_HOST=smtp.example.edu
# COMANAGE_REGISTRY_SECURITY_SEED - autogenerated if not specified

RUN apt-get update --allow-releaseinfo-change && apt-get update
RUN apt-get install -y netcat
RUN apt-get install -y netcat-traditional
RUN apt-get install -y sendmail

ARG maintainer=my
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 @@ -12,7 +12,7 @@ <h3>Welcome to the InCommon TAP Workbench!</h3>
<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>
<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.5)</a></li>
<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>
</ul>

Expand Down

0 comments on commit ebc25a5

Please sign in to comment.