-
Notifications
You must be signed in to change notification settings - Fork 0
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
Java Buildpack Library (Platform Implementation) #319
Comments
Can you add this epic to the zenhub project as requested (see email) ? @BarDweller |
What is the status about the development around this epic as I dont see that situation has changed since last week ? @BarDweller |
I think finally we can close this epic, the lib exists now at https://github.com/snowdrop/java-buildpack-client |
That should be also great to release https://github.com/snowdrop/java-buildpack-client also on github as currently it is only tagged @BarDweller |
Done. |
This epic covers the work around a Java based client for the buildpacks.io platform specification.
Buildpacks : https://buildpacks.io/
Reference Spec : https://github.com/buildpacks/spec/blob/main/platform.md
Spring Boot Implementation : https://github.com/spring-projects/spring-boot/tree/0cb090766fb4f55ca359ab2ef195852755b88f27/spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/build
Tekton Implementation : https://github.com/tektoncd/catalog/blob/master/task/buildpacks/0.2/buildpacks.yaml
Tekton (other) Implementation : https://github.com/tektoncd/catalog/blob/master/task/buildpacks-phases/0.1/buildpacks-phases.yaml
The intent here is to create a library that will allow buildpack builds from Java.
The text was updated successfully, but these errors were encountered: