spring-boot-maven-plugin
Spring Boot アプリを持っているので、ゴールを使用してビルドしようとしましたmvn spring-boot:build-image
。しかし、ビルド パイプラインからアクセスできないため、ビルドはbellsoft-jre11.0.9.1+1-linux-amd64.tar.gz
fromのダウンロードに失敗します。github.com
...
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 calculation
$BPL_JVM_LOADED_CLASS_COUNT 35% of classes the number of loaded classes in memory calculation
$BPL_JVM_THREAD_COUNT 250 the number of threads in memory calculation
$JAVA_TOOL_OPTIONS the JVM launch flags
BellSoft Liberica JDK 11.0.9: Contributing to layer
Downloading from https://github.com/bell-sw/Liberica/releases/download/11.0.9.1+1/bellsoft-jdk11.0.9.1+1-linux-amd64.tar.gz
unable to invoke layer creator
unable to get dependency jdk
unable to download https://github.com/bell-sw/Liberica/releases/download/11.0.9.1+1/bellsoft-jdk11.0.9.1+1-linux-amd64.tar.gz
unable to request https://github.com/bell-sw/Liberica/releases/download/11.0.9.1+1/bellsoft-jdk11.0.9.1+1-linux-amd64.tar.gz
ERROR: failed to build: exit status 1
ビルド パイプラインにアクセスできる場所に をダウンロードし、bellsoft-jdk11.0.9.1+1-linux-amd64.tar.gz
代わりにこれを使用するように bellsoft-liberica ビルドパックを構成する方法はありますか?