forked from cdavisafc/cloudnative-abundantsunshine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update class name to make clear it is a client of the Posts service.
- Loading branch information
Showing
5 changed files
with
8 additions
and
17 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,15 +1,6 @@ | ||
docker build --build-arg \ | ||
jar_file=cloudnative-connectionposts/target/cloudnative-connectionposts-0.0.1-SNAPSHOT.jar \ | ||
-t cdavisafc/cloudnative-requestresilience-connectionposts:0.0.1 . | ||
-t cdavisafc/cloudnative-requestresilience-connectionposts:0.0.2 . | ||
# only connections posts has changed for this step | ||
# | ||
docker build --build-arg \ | ||
jar_file=cloudnative-connections/target/cloudnative-connections-0.0.1-SNAPSHOT.jar \ | ||
-t cdavisafc/cloudnative-requestresilience-connections:0.0.1 . | ||
# | ||
docker build --build-arg \ | ||
jar_file=cloudnative-posts/target/cloudnative-posts-0.0.1-SNAPSHOT.jar \ | ||
-t cdavisafc/cloudnative-requestresilience-posts:0.0.1 . | ||
# | ||
docker push cdavisafc/cloudnative-requestresilience-connectionposts:0.0.1 | ||
docker push cdavisafc/cloudnative-requestresilience-connections:0.0.1 | ||
docker push cdavisafc/cloudnative-requestresilience-posts:0.0.1 | ||
docker push cdavisafc/cloudnative-requestresilience-connectionposts:0.0.2 |
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
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
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
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