Google Jib with docker-compose application, Fast way to restart application after rebuild image to Docker daemon

I Am using com.google.cloud.tools.jib version 3.2.1 in my spring boot Gradle build file. The repo I am working with has to be run in a docker-compose application as it will only work if there are other services sharing info with it. Am updating the code to add authentication, But that’s not the issue here. When… Read More Google Jib with docker-compose application, Fast way to restart application after rebuild image to Docker daemon