-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Image is not built when a buildpack is used #25378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@eddumelendez I have re-created this. The problem happens when you list multiple buildpacks that must detect as a group and depend on each other (for example, |
i have same issue. <builder>gcr.io/paketo-buildpacks/builder:base</builder>
<buildpacks>
<buildpack>gcr.io/paketo-buildpacks/oracle</buildpack>
<buildpack>gcr.io/paketo-buildpacks/executable-jar</buildpack>
<buildpack>gcr.io/paketo-buildpacks/spring-boot</buildpack>
</buildpacks>
can anyone help me? |
@jackey35 I am not sure this is the same issue. The status code is different and so are the errors. Please consider asking the buildpacks community. |
@snicoll Thank you. |
The snippet below is my configuration at
spring-boot-maven-plugin
. The purpose is to build an image using amazon-corretto instead bellsoft libericaWhen running
./mvnw spring-boot:build-image
I got the error attached belowHowever, running
pack build hello-demo --builder gcr.io/paketo-buildpacks/builder:base --buildpack paketo-buildpacks/amazon-corretto --buildpack paketo-buildpacks/maven --buildpack paketo-buildpacks/executable-jar --buildpack paketo-buildpacks/spring-boot
works.spring-boot version: 2.5.0-M2
The text was updated successfully, but these errors were encountered: