Unable to build image using gradle bootBuildImage in offline environment
问题 I am trying to build image on offline environment using paketobuildpacks/builder:base and paketobuildpacks/run:base-cnb image. I am running a demo spring-boot project that I created via http://start.spring.io/ So this is the command I'm using to build the image gradle clean build bootBuildImage On my machine that has internet connection, everything works fine, and I'm able to build the image successfully. However, when I bring the same project over to my offline environment and tried to do