Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Feb 1, 2021
1 parent 9e82a05 commit ec9bccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM tier/shib-idp:3.4.3_20190201 as idp

# Grouper version for the entire GTE
FROM i2incommon/grouper:2.5.40
FROM i2incommon/grouper:2.5.41

# Disable docker HEALTHCHECK inherited from tier/shib-sp
HEALTHCHECK NONE
Expand Down
2 changes: 2 additions & 0 deletions gte
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ show_help() {
echo " --rabbitmq: also start up a rabbitmq container, and link it as name 'rabbitmq'"
echo " --fg: Don't detach (i.e., don't run container with -d flag"
echo " -h|--help: This help message"
echo " --ldap: Expose port 389"
echo ""
echo "If no GTE lesson id number is passed in, the command will list all the available ids"
}

for arg in $*; do
case $arg in
--ldap) EXTRA_ARGS="$EXTRA_ARGS -p 389:389"; shift;;
--rabbitmq) EXTRA_ARGS="$EXTRA_ARGS --link rabbitmq:rabbitmq"; RABBITMQ_FL=1; shift;;
--fg) is_foreground=1; shift;;
-it) is_foreground=1; EXTRA_ARGS="$EXTRA_ARGS $1"; shift;;
Expand Down

0 comments on commit ec9bccb

Please sign in to comment.