Skip to content

docker/ShibbIdP_ConfigBuilder_Container

d26fd5cd06
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 30, 2017 15:33
August 15, 2017 16:36
November 5, 2017 17:49
August 15, 2017 16:47
November 3, 2017 10:59

ShibbIdP_ConfigBuilder_Container

This container runs the configBuilder script and generates a Shibb IdP config for TIER releases.

The config is written to /output in the container, which users should bind-mount to a directory of their choosing.

The result is a zipfile with a Shibb IdP/Tomcat config.

Build this container like this: docker build -t tierconfigbuilder .

Run the container like this: docker run --interactive --tty -v $PWD:/output -e "BUILD_ENV=LINUX" tier/shibbidp_configbuilder_container

After answering the questions in the configBuilder, your config will be a zipfile in a child directory of the current directory named 'myconfigs' and should work on either a Linux or a Windows release.