spring-cloud-samples / bookstore-service-broker

Sample application for Spring Cloud Open Service Broker
https://spring.io/projects/spring-cloud-open-service-broker
Apache License 2.0
72 stars 60 forks source link

Resolve Issues with alpine docker and gradle config #25

Open jrhoward opened 3 years ago

jrhoward commented 3 years ago

The embedded mongodb fails to be extracted correctly on alpine at container start up when deployed to k8s 1.21. There were a few issues in general on the web around embedded mongodb and alpine. I changed to the standard jdk image and it worked fine.

gradle config for docker task does not resolve the Dockerfile path correctly. I set it to use the project root as the starting path rather than ..

jrhoward commented 2 years ago

I guess this project is dead