Skip to content

Commit

Permalink
update IdP, SP
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Dec 16, 2024
1 parent e8152a0 commit 5bf22d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Workbench/grouper_data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY container_files/sql/createDBforMP.sql /
RUN chown -R postgres:postgres /var/lib/pgsql/
RUN echo "password" > /db-user-pwd.txt
RUN sudo -u postgres initdb -D /var/lib/pgsql/data/ --username=postgres --pwfile=/db-user-pwd.txt
RUN mkdir /var/run/postgresql && chown postgres:postgres /var/run/postgresql
RUN mkdir -p /var/run/postgresql && chown postgres:postgres /var/run/postgresql

#create grouper DB
RUN sudo -u postgres pg_ctl start -D /var/lib/pgsql/data/ \
Expand Down
2 changes: 1 addition & 1 deletion Workbench/idp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i2incommon/shib-idp:5.1.3_20240813_rocky8_multiarch
FROM i2incommon/shib-idp:5.1.3_20241204_rocky8_multiarch

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

Expand Down
2 changes: 1 addition & 1 deletion Workbench/mpproxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i2incommon/shibboleth_sp:3.4.1_05152024_rocky9_multiarch
FROM i2incommon/shibboleth_sp:3.5.0_10212024_rocky9_multiarch

ARG CSPHOSTNAME=localhost
ENV CSPHOSTNAME=$CSPHOSTNAME
Expand Down
2 changes: 1 addition & 1 deletion Workbench/webproxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i2incommon/shibboleth_sp:3.4.1_05152024_rocky9_multiarch
FROM i2incommon/shibboleth_sp:3.5.0_10212024_rocky9_multiarch

ARG CSPHOSTNAME=localhost
ENV CSPHOSTNAME=$CSPHOSTNAME
Expand Down

0 comments on commit 5bf22d8

Please sign in to comment.