Thanks Ashish for quick reply! Now connection timeout issue has been resolved. [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jib-maven-plugin:2.7.1:build (default-cli) @ spring-jib --- [WARNING] mainClass, extraClasspath, jvmFlags, and expandClasspathDependencies are ignored for WAR projects [INFO] [INFO] Containerizing application to senthil131720/demo... [WARNING] Base image 'gcr.io/distroless/java:11' does not use a specific image digest - build may not be reproducible [INFO] Using credentials from <to><auth> for senthil131720/demo [INFO] Using base image with digest: sha256:30fb7dce6b07bc81b23cdf2142cbf06e75529bd9189371e0ea39a7cf8ee09191 [INFO] [INFO] Container entrypoint set to [/usr/bin/java, -jar] (inherited from base image) [INFO] [INFO] Built and pushed image as senthil131720/demo [INFO] Executing tasks: [INFO] [==============================] 100.0% complete [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:19 min [INFO] Finished at: 2021-04-06T15:48:57+05:30 [INFO] ------------------------------------------------------------------------ However, when i access http://localhost:8080/hello its giving below error D:\Senthil\Java\spring-jib\spring-jib>curl localhost:8080/hello {"timestamp":"2021-04-06T10:19:52.588+00:00","status":404,"error":"Not Found","message":"","path":"/hello"} SpringBoot container started and running in http 8080 port not sure why i still cant access the endpoint. Please advise Ashish Thanks again