Skip to content

Commit dd86a5b

Browse files
committed
updated file permissions for tagging workshop
1 parent 37313ce commit dd86a5b

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

workshop/tagging/10-deploy-from-dockerhub.sh

100644100755
File mode changed.

workshop/tagging/11-deploy-from-dockerhub-with-tags.sh

100644100755
File mode changed.

workshop/tagging/9-build-and-push-to-dockerhub.sh

100644100755
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
# In the event that workshop attendees experiences issues building images locally
88
# they can use the pre-built images from Docker Hub instead. For the credit check
99
# service, we'll build images both without tags (1.0) and with tags (1.1).
10+
#
11+
# Before running this script, you must run docker login and authenticate
12+
# to the desired docker hub account
13+
#
1014

1115
# (1) Build the creditcheckservice, creditprocessorservice, and loadgenerator images
1216
docker build -t derekmitchell399/credit-check-service:1.0 creditcheckservice

0 commit comments

Comments
 (0)