Java Buildpacks projects #119
Replies: 3 comments 2 replies
-
The Java Buildpack Client might actually help us with a current Jenkins plugin integration. cc: @fatiiates |
Beta Was this translation helpful? Give feedback.
-
I strongly disagree that we should host language-specific buildpacks under buildpacks.io. That is going to create a defacto standard and cripple any community efforts at having similar buildpacks. Right now there are no buildpacks under buildpacks.io, it's just the spec (which I personally like). There is a PR to make some utility buildpacks officially part of buildpacks.io, so there's a sentiment that we need some buildpacks. This PR is suggesting a pretty limited set of buildpacks meeting a certain criteria, I don't think the intention is to take language-specific buildpacks at this time. Anyway, if you are looking for ways to share and promote your buildpacks through the community I think you want the Buildpack Registry. Anyone can register a buildpack there and share it with others. There's also a search UI so folks can find interesting and helpful buildpacks. |
Beta Was this translation helpful? Give feedback.
-
FYI. The purpose of the project
The client uses the combined Example
Remark: This project could be extended to include, like the project |
Beta Was this translation helpful? Give feedback.
-
Hosting of Java Buildpacks projects
Our Red Hat snowdrop team has designed/developed different java projects that we would like to share with the buildpacks community :
Java Buildpack client supporting to build a project using a container running the lifecycle creator - https://github.com/snowdrop/java-buildpack-client
Java Buildpack dummy project - https://github.com/snowdrop/snowdrop-buildpacks#development-of-a-buildpacks-using-quarkus-and-native-build able to generate a native executable
main
supportingdetect
orbuild
. Soon, this project will be comparable to what it has been designed bypackit
orlibcnb
Remark: This project should be extracted from the
snowdrop-buildpacks
and repacked asSDK/lib
andAPI
supporting the Model of theBuildpack API
Questions
github.com/buildpacks
org ?Beta Was this translation helpful? Give feedback.
All reactions