forked from internet2/InCommonTAP-Examples
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fix build scripts
James Babb
committed
Apr 18, 2019
1 parent
98ebaf2
commit 240ef8c
Showing
2 changed files
with
1 addition
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,4 @@ | ||
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters