From 971bf40244b83d85d5c301898438134125be94f7 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 21 Aug 2023 17:38:55 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e30b3c2..7af6d42 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ShibbIdP_ConfigBuilder_Container -This container runs the configBuilder script and generates a Dockerfile (and related dependencies) along with a default TIER Shibboleth IdP config, customized based on the user's reponse to a few questions. +This container runs the configBuilder script and generates a Dockerfile (and related dependencies) along with a default TAP Shibboleth IdP config, customized based on the user's reponse to a few questions. The config is written to /output in the container, which users should bind-mount to a directory of their choosing (best to use an empty directory). From 93baa9151ec1d58e862f45b44edfd2ed1855e325 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Thu, 21 Sep 2023 21:45:24 -0500 Subject: [PATCH 2/2] force version 4 in Dockerfile --- Dockerfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.template b/Dockerfile.template index 57096d5..d787700 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -1,4 +1,4 @@ -FROM tier/shib-idp:latest +FROM tier/shib-idp:latest4 # The build args below can be used at build-time to tell the build process where to find your config files. This is for a completely burned-in config. ARG TOMCFG=config/tomcat