Skip to content

Commit

Permalink
rebasing image names
Browse files Browse the repository at this point in the history
  • Loading branch information
John Gasper committed Jul 10, 2018
1 parent 6e049ca commit c402bf8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion exercise1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tier/grouper_training_base:latest
FROM tier/grouper_training_env:base

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>" \
Vendor="TIER" \
Expand Down
2 changes: 1 addition & 1 deletion exercise2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tier/grouper_training_base:latest
FROM tier/grouper_training_env:base

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>" \
Vendor="TIER" \
Expand Down
2 changes: 1 addition & 1 deletion full-demo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tier/grouper_training_base:latest
FROM tier/grouper_training_env:base

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>" \
Vendor="TIER" \
Expand Down
8 changes: 4 additions & 4 deletions manualBuild.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
docker build --tag=tier/grouper_training_base:latest base/ \
&& docker build --tag=tier/grouper_training_ex1:latest exercise1 \
&& docker build --tag=tier/grouper_training_ex2:latest exercise2 \
&& docker build --tag=tier/grouper_training_full_demo:latest full-demo
docker build --tag=tier/grouper_training_env:base base/ \
&& docker build --tag=tier/grouper_training_env:ex1 exercise1 \
&& docker build --tag=tier/grouper_training_env:ex2 exercise2 \
&& docker build --tag=tier/grouper_training_env:full_demo full-demo

if [[ "$OSTYPE" == "darwin"* ]]; then
say build complete
Expand Down

0 comments on commit c402bf8

Please sign in to comment.