diff --git a/Workbench/grouper_daemon/Dockerfile b/Workbench/grouper_daemon/Dockerfile index 248e7a4..8c9da1f 100644 --- a/Workbench/grouper_daemon/Dockerfile +++ b/Workbench/grouper_daemon/Dockerfile @@ -1,6 +1,6 @@ -FROM i2incommon/grouper:4.14.2 +FROM i2incommon/grouper:4.15.0 LABEL author="tier-packaging@internet2.edu " -RUN yum -y install netcat +RUN dnf -y install netcat diff --git a/Workbench/grouper_data/Dockerfile b/Workbench/grouper_data/Dockerfile index 685d885..095fe6c 100644 --- a/Workbench/grouper_data/Dockerfile +++ b/Workbench/grouper_data/Dockerfile @@ -1,13 +1,11 @@ -FROM i2incommon/grouper:4.14.2 +FROM i2incommon/grouper:4.15.0 LABEL author="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/ diff --git a/Workbench/grouper_ui/Dockerfile b/Workbench/grouper_ui/Dockerfile index 0b840c8..dfb48d6 100644 --- a/Workbench/grouper_ui/Dockerfile +++ b/Workbench/grouper_ui/Dockerfile @@ -1,4 +1,4 @@ -FROM i2incommon/grouper:4.14.2 +FROM i2incommon/grouper:4.15.0 LABEL author="tier-packaging@internet2.edu " @@ -6,8 +6,8 @@ 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/ diff --git a/Workbench/grouper_ws/Dockerfile b/Workbench/grouper_ws/Dockerfile index 85ded57..8f7fd79 100644 --- a/Workbench/grouper_ws/Dockerfile +++ b/Workbench/grouper_ws/Dockerfile @@ -1,8 +1,8 @@ -FROM i2incommon/grouper:4.14.2 +FROM i2incommon/grouper:4.15.0 LABEL author="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/ diff --git a/Workbench/webproxy/container_files/httpd/index.html b/Workbench/webproxy/container_files/httpd/index.html index 4e4c6fc..37975c0 100644 --- a/Workbench/webproxy/container_files/httpd/index.html +++ b/Workbench/webproxy/container_files/httpd/index.html @@ -9,7 +9,7 @@

Welcome to the InCommon TAP Workbench!

The system contains the following TAP components (click the links to access each component in its own tab):