paketo-community / builder-ubi-base

Apache License 2.0
1 stars 4 forks source link

Spring boot maven plugin build image error #175

Open nsrirameig opened 1 month ago

nsrirameig commented 1 month ago

I am trying to build spring boot build image with the builder as builder-ubi-base and getting an error "Failed to detect:detected order contains extensions that is not support by the creator", Execution failed with error code 22. Thanks

Jenson3210 commented 3 weeks ago

Hi, I am facing same error message when using this one in a kubernetes environment calling the creator manually.

We're based on this link. This is working perfectly for the builders (builder-jammy-tiny, ...) but we see ERROR: failed to detect: detected order contains extensions which is not supported by the creator for this image. Most likely cause by this validation

Did you happen to find a solution?

nsrirameig commented 3 weeks ago

Not yet , you are spot on with the analysis , the error is due to validation. I do see there is a flag in SB 3.4.x milestone to handle that , hoping that would be resolve the issue , but I am not sure.

https://github.com/spring-projects/spring-boot/issues/41352