ThomasVitale / cloud-native-spring-in-action

🍃 Code samples and projects from the book "Cloud Native Spring in Action - With Spring Boot and Kubernetes" (Manning)
https://www.manning.com/books/cloud-native-spring-in-action
Apache License 2.0
426 stars 257 forks source link

Chapter09 - Set polarbookshop as standard docker repo #16

Closed npalm closed 2 years ago

npalm commented 2 years ago

Problem

When following the steps in the book with as start begin chapter 9, I got error when running the docker-compose commands. Problem was caused by the user have to set the right docker repo.

suggestion

Since for the begin of this chapter names are fixed, why not fix the docker repo name as well.

ThomasVitale commented 2 years ago

Thanks for the suggestion. It was indeed a bit confusing. I simplified the approach and used unqualified images when working locally here: https://github.com/ThomasVitale/cloud-native-spring-in-action/blob/update-spring-boot/Chapter09/09-end/polar-deployment/docker/docker-compose.yml