-
Notifications
You must be signed in to change notification settings - Fork 18
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
Can't build twice #61
Comments
Thanks for this report & apologize for the issue. We recently upgraded to using the lifecycle API 0.6 and I think this is related. There's a change, buildpacks/lifecycle#537, which impacts the layer reuse. I was under the impression this would be handled in libcnb, which is upgraded to support the 0.6 API, but it looks like we need a change to libpak as well. I have the change staged and initial testing is looking good. It has corrected the problem. It'll take a little time for all the CI to run & cut new releases, but should be able to have it out in the next 24-48 hours. I'll post back when it's all available. |
FYI, I have cut release 5.9.1 of the Java buildpack which has a fix for this: https://github.com/paketo-buildpacks/java/releases/tag/v5.9.1. It should get picked up by the builders shortly, probably over the next 8-12 hours. |
The fix for this has been picked up in the builders. If you're on the latest builder at the time of writing, 0.1.115-base, you should have the fix. |
What happened?
I am exploring buildpacks. I wanted to build my image again, but the second build breaks.
Forgive me. I have just begun to use buildpacks. I assume that the build is run in complete isolation. The fact that I am using sdkman to install and select the Java version on the host should not get in the way of buildpacks, should it? The first build works as advertised though. 🤔
The text was updated successfully, but these errors were encountered: