Cloud Native Buildpacks/Paketo with Java/Spring Boot: How to configure different JDK download uri (e.g. no access to github.com)
问题 Having a Spring Boot app I tried to build it using the spring-boot-maven-plugin goal mvn spring-boot:build-image . But the build fails downloading the bellsoft-jre11.0.9.1+1-linux-amd64.tar.gz from github.com , since I don't have access to it from my build pipeline: ... Paketo BellSoft Liberica Buildpack 5.2.1 https://github.com/paketo-buildpacks/bellsoft-liberica Build Configuration: $BP_JVM_VERSION 11.0.9 the Java version Launch Configuration: $BPL_JVM_HEAD_ROOM 0 the headroom in memory