paketo-buildpacks / libjvm

A library and helper applications that form the basis for building the different Paketo-style JVM-providing buildpacks
Apache License 2.0
19 stars 20 forks source link

Tutorial around using libjvm to create a JVM distribution buildpack #65

Open kvedurmu opened 3 years ago

kvedurmu commented 3 years ago

What happened?

As a followup to https://github.com/paketo-buildpacks/paketo-website/issues/93, would be great if we could create a tutorial around using the libjvm library to create a JVM distribution buildpack. This would be helpful to users that want to use some JVM distribution that isn't currently supported by Paketo.

cc/ @ekcasey

loewenstein commented 2 years ago

Would this still be considered worthwhile? We've created a JVM distribution buildpack, so we could maybe take some time to write down what we did.

dmikusa commented 2 years ago

It's up to you. I would be 👍. If you want to write it up we could perhaps publish it as a guest blog post or as a contribution to the docs. I think it would be valuable for short to medium term.

What I can say is that we're looking to move away from the individual buildpack per JVM vendor approach as it complicates switching between vendors. The details haven't been worked out exactly but long term it's likely this process will change a bit.