Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10 from jbabb/babb
Exercise 301.4 created
John Gasper committed Oct 10, 2018
2 parents 7228b7c + 2067b0a commit 8521290
Showing 3 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ex301/ex301.4.1/Dockerfile
@@ -0,0 +1,11 @@
FROM tier/grouper-training-env:base

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>" \
Vendor="TIER" \
ImageType="Grouper Training" \
ImageName=$imagename \
ImageOS=centos7

ENV USERTOKEN=ex301.4.1

# Nothing else needed for this exercise. Start empty and end empty
5 changes: 5 additions & 0 deletions ex301/manualBuild.sh
@@ -0,0 +1,5 @@
docker build --tag=tier/grouper-training-env:ex301.4.1 ex301.4.1 \

if [[ "$OSTYPE" == "darwin"* ]]; then
say exercises for 301 build complete
fi
4 changes: 4 additions & 0 deletions manualBuild.sh
@@ -5,6 +5,10 @@ pushd ex201
./manualBuild.sh
popd

pushd ex301
./manualBuild.sh
popd

pushd ex401
./manualBuild.sh
popd

0 comments on commit 8521290

Please sign in to comment.