gaffneyc / heroku-buildpack-jemalloc

Heroku buildpack that installs the Jemalloc memory allocator
BSD 3-Clause "New" or "Revised" License
252 stars 77 forks source link

register plugin on https://buildpacks.io/ #30

Open Roupiye opened 2 years ago

Roupiye commented 2 years ago

add support to install this buildpack in different paas providers than just heroku (im trying to set this buildpack in railway currently).

gaffneyc commented 2 years ago

Took a quick look at this the other day and I think we would also need to make the buildpack confirm to the Cloud Native spec.

Roupiye commented 2 years ago

https://buildpacks.io/docs/buildpack-author-guide/create-buildpack/building-blocks-cnb/ https://buildpacks.io/docs/buildpack-author-guide/package-a-buildpack/

you need to setup the package.toml and buildpack.toml i think, maybe rename /bin/compile to /bin/build. i dont have docker setup to test it.