spring-microservices-v2 icon indicating copy to clipboard operation
spring-microservices-v2 copied to clipboard

spring-boot:build-image failed to creating image

Open shamaks opened this issue 4 years ago • 0 comments

[INFO] > Running creator [INFO] [creator] ===> DETECTING [INFO] [creator] 5 of 18 buildpacks participating [INFO] [creator] paketo-buildpacks/ca-certificates 2.3.2 [INFO] [creator] paketo-buildpacks/bellsoft-liberica 8.1.2 [INFO] [creator] paketo-buildpacks/executable-jar 5.1.2 [INFO] [creator] paketo-buildpacks/dist-zip 4.1.2 [INFO] [creator] paketo-buildpacks/spring-boot 4.4.2 [INFO] [creator] ===> ANALYZING [INFO] [creator] Previous image with name "docker.io/in28min/mmv2-currency-exchange-service:0.0.1-SNAPSHOT" not found [INFO] [creator] ===> RESTORING [INFO] [creator] ===> BUILDING [INFO] [creator]
[INFO] [creator] Paketo CA Certificates Buildpack 2.3.2 [INFO] [creator] https://github.com/paketo-buildpacks/ca-certificates [INFO] [creator] Launch Helper: Contributing to layer [INFO] [creator] Creating /layers/paketo-buildpacks_ca-certificates/helper/exec.d/ca-certificates-helper [INFO] [creator]
[INFO] [creator] Paketo BellSoft Liberica Buildpack 8.1.2 [INFO] [creator] https://github.com/paketo-buildpacks/bellsoft-liberica [INFO] [creator] Build Configuration: [INFO] [creator] $BP_JVM_VERSION 16.* the Java version [INFO] [creator] Launch Configuration: [INFO] [creator] $BPL_JVM_HEAD_ROOM 0 the headroom in memory calculation [INFO] [creator] $BPL_JVM_LOADED_CLASS_COUNT 35% of classes the number of loaded classes in memory calculation [INFO] [creator] $BPL_JVM_THREAD_COUNT 250 the number of threads in memory calculation [INFO] [creator] $JAVA_TOOL_OPTIONS the JVM launch flags [INFO] [creator] BellSoft Liberica JRE 16.0.1: Contributing to layer [INFO] [creator] Downloading from https://github.com/bell-sw/Liberica/releases/download/16.0.1+9/bellsoft-jre16.0.1+9-linux-amd64.tar.gz [INFO] [creator] unable to invoke layer creator [INFO] [creator] unable to get dependency jre [INFO] [creator] unable to download https://github.com/bell-sw/Liberica/releases/download/16.0.1+9/bellsoft-jre16.0.1+9-linux-amd64.tar.gz [INFO] [creator] unable to request https://github.com/bell-sw/Liberica/releases/download/16.0.1+9/bellsoft-jre16.0.1+9-linux-amd64.tar.gz [INFO] [creator] Get "https://github-releases.githubusercontent.com/115621629/2e9bc580-a2ab-11eb-9091-dee8113a8ee8?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210628%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210628T153144Z&X-Amz-Expires=300&X-Amz-Signature=cbb958381a107e4f4670e28560db59b20e4f8f1eebda2620816f569b40bae828&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=115621629&response-content-disposition=attachment%3B%20filename%3Dbellsoft-jre16.0.1%2B9-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream": x509: certificate signed by unknown authority [INFO] [creator] ERROR: failed to build: exit status 1 [INFO] [1m------------------------------------------------------------------------[m [INFO] [1;31mBUILD FAILURE[m [INFO] [1m------------------------------------------------------------------------[m [INFO] Total time: 20.985 s [INFO] Finished at: 2021-06-28T21:01:48+05:30 [INFO] [1m------------------------------------------------------------------------[m [ERROR] Failed to execute goal [32morg.springframework.boot:spring-boot-maven-plugin:2.5.0:build-image[m [1m(default-cli)[m on project [36mcurrency-exchange-service[m: [1;31mExecution default-cli of goal org.springframework.boot:spring-boot-maven-plugin:2.5.0:build-image failed: Builder lifecycle 'creator' failed with status code 145[m -> [1m[Help 1][m [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the [1m-e[m switch. [ERROR] Re-run Maven using the [1m-X[m switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [1m[Help 1][m http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException

shamaks avatar Jun 28 '21 15:06 shamaks