From f208d3b6e60e95dda03d43e24ec82ddcf0b47861 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 26 Apr 2019 14:17:05 -0400 Subject: [PATCH 1/2] 2.4.0-a42-u23-w5-p4-20190426-rc1 --- container_files/grouper.installer.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/container_files/grouper.installer.properties b/container_files/grouper.installer.properties index 977942bc..36a97a89 100644 --- a/container_files/grouper.installer.properties +++ b/container_files/grouper.installer.properties @@ -16,7 +16,8 @@ grouperInstaller.default.installOrUpgrade = install grouperInstaller.autorun.installAllPatches = false grouperInstaller.autorun.installPatchesUpToACertainPatchLevel = true -grouperInstaller.autorun.installPatchesUpToThesePatchLevels = grouper_v2_4_0_api_patch_41,grouper_v2_4_0_ui_patch_22,grouper_v2_4_0_ws_patch_5,grouper_v2_4_0_pspng_patch_4 +# 2.4.0-a42-u23-w5-p4-20190426-rc1 +grouperInstaller.autorun.installPatchesUpToThesePatchLevels = grouper_v2_4_0_api_patch_42,grouper_v2_4_0_ui_patch_23,grouper_v2_4_0_ws_patch_5,grouper_v2_4_0_pspng_patch_4 #### set this to true to try to use defaults for everything. Only things without default values will need to be set From cc5917b8bae262d317da2d3bae442ab520e87745 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 26 Apr 2019 14:18:23 -0400 Subject: [PATCH 2/2] update shib_sp tag to 3.0.4_03122019 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5f412bf..716d44c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,7 +89,7 @@ COPY container_files/tomcat/ /opt/tomcat/ COPY container_files/tomee/ /opt/tomee/ -FROM tier/shibboleth_sp +FROM tier/shibboleth_sp:3.0.4_03122019 LABEL author="tier-packaging@internet2.edu " \ Vendor="TIER" \