The base layer used by most of the shib-in-a-box containers.
192
A Docker image of the Illinois Shibboleth Service Provider (SP).
To build all the images locally for development run the following command:
$ make up
$ make test
$ make down
The images will be tagged with the 'local' tag.
To download and test the latest containers as they exist on Docker Hub type:
$ docker-compose up -d
$ make test
$ docker-compose down
No tags have been pushed to this repository yet.