Skip to content
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

Closed
BarDweller opened this issue Nov 24, 2020 · 5 comments
Closed

Java Buildpack Library (Platform Implementation) #319

BarDweller opened this issue Nov 24, 2020 · 5 comments
Assignees
Labels

Comments

@BarDweller
Copy link

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.

@BarDweller BarDweller self-assigned this Nov 24, 2020
@cmoulliard
Copy link
Member

Can you add this epic to the zenhub project as requested (see email) ? @BarDweller

@cmoulliard
Copy link
Member

cmoulliard commented Dec 10, 2020

What is the status about the development around this epic as I dont see that situation has changed since last week ? @BarDweller

@BarDweller
Copy link
Author

I think finally we can close this epic, the lib exists now at https://github.com/snowdrop/java-buildpack-client
We can track future enhancements/issues there rather than here,
The lib is being used successfully by Quarkus via the container image support. https://quarkus.io/guides/container-image#buildpack

@cmoulliard
Copy link
Member

cmoulliard commented Jul 8, 2022

That should be also great to release https://github.com/snowdrop/java-buildpack-client also on github as currently it is only tagged @BarDweller

@BarDweller
Copy link
Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants