build-image fails with Builder lifecycle 'creator' failed with status code 51
See original GitHub issueFor about one hour spring-boot:build-image does no longer work:
[INFO] [creator] Paketo Spring Boot Buildpack 5.13.0
[INFO] [creator] https://github.com/paketo-buildpacks/spring-boot
[INFO] [creator] Build Configuration:
[INFO] [creator] $BP_SPRING_CLOUD_BINDINGS_DISABLED false whether to contribute Spring Boot cloud bindings support
[INFO] [creator] Launch Configuration:
[INFO] [creator] $BPL_SPRING_CLOUD_BINDINGS_DISABLED false whether to auto-configure Spring Boot environment properties from bindings
[INFO] [creator] $BPL_SPRING_CLOUD_BINDINGS_ENABLED true Deprecated - whether to auto-configure Spring Boot environment properties from bindings
[INFO] [creator] Creating slices from layers index
[INFO] [creator] dependencies (65.0 MB)
[INFO] [creator] spring-boot-loader (283.6 KB)
[INFO] [creator] snapshot-dependencies (0.0 B)
[INFO] [creator] application (7.3 MB)
[INFO] [creator] Launch Helper: Contributing to layer
[INFO] [creator] Creating /layers/paketo-buildpacks_spring-boot/helper/exec.d/spring-cloud-bindings
[INFO] [creator] Spring Cloud Bindings 1.10.0: Contributing to layer
[INFO] [creator] Downloading from https://repo.spring.io/release/org/springframework/cloud/spring-cloud-bindings/1.10.0/spring-cloud-bindings-1.10.0.jar
[INFO] [creator] unable to invoke layer creator
[INFO] [creator] unable to contribute spring-cloud-bindings layer
[INFO] [creator] unable to get dependency spring-cloud-bindings
[INFO] [creator] unable to download https://repo.spring.io/release/org/springframework/cloud/spring-cloud-bindings/1.10.0/spring-cloud-bindings-1.10.0.jar
[INFO] [creator] could not download https://repo.spring.io/release/org/springframework/cloud/spring-cloud-bindings/1.10.0/spring-cloud-bindings-1.10.0.jar: 404
[INFO] [creator] ERROR: failed to build: exit status 1
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 59.556 s
[INFO] Finished at: 2022-07-06T15:58:55+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.7.1:build-image (default-cli) on project vaadin-appengine-demo: Execution default-cli of goal org.springframework.boot:spring-boot-maven-plugin:2.7.1:build-image failed: Builder lifecycle 'creator' failed with status code 51 -> [Help 1]
Issue Analytics
- State:
- Created a year ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Why do I have ' Builder lifecycle 'creator' failed with status ...
I'm learning Docker and I'm trying to create an Image of my current Spring project. I'm trying to run mvn spring-boot:build-image to create...
Read more >mvn spring-boot:build-image failed: Builder lifecycle 'creator ...
1 version. While executing the maven command mvn spring-boot:build-image. I am getting the below error . Failed to execute goal org.
Read more >Spring-Boot native image Build fails with status c...
Hi, I'm trying to build a simple Spring Boot Demo Project as a Spring Native Image and run into this error ... [INFO]...
Read more >NextJS deploy fails with "Error failed to fetch an image or build ...
NextJS deploy fails with "Error failed to fetch an image or build from source: executing lifecycle: failed with status code: 51".
Read more >Spring Native documentation
Builder lifecycle 'creator' failed with status code 145. This is a generic error triggered by Docker and forwarded by Spring Boot Buildpacks support....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

We’ve notified JFrog, who manage https://repo.spring.io on our behalf, of the problem. I’ll close this as, unfortunately, there’s nothing we can do about this on our side.
Seems the repo has been fixed by JFrog with the packets now available 👍