Skip to content
Permalink
fbe6b4058b
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
 
 
Cannot retrieve contributors at this time
13 lines (7 sloc) 714 Bytes

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.