Skip to content
Permalink
c414137ab2
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
executable file 27 lines (19 sloc) 647 Bytes
#!/bin/bash
# Build the dependency containers
docker build deps/ldap -t tier-demo-ldap
docker build deps/mysql -t tier-demo-mysql
docker build deps/rabbit -t tier-demo-rabbit
# build the sis web app
docker build sis-app -t tier-sis-web
# Build the Shib IDP
docker build shib-idp -t tier-demo-idp
# Build Grouper
docker build grouper -t tier-demo-grouper
# Build Midpoint
#docker build midpoint -t tier-demo-midpoint
# build the demo app
docker build test-app -t tier-demo-web-app
# build the canvas provisioner
docker build canvas -t tier-demo-canvas
# build the attribute slammer
docker build attribute-slammer -t tier-attribute-slammer