HashNuke / heroku-buildpack-elixir

Heroku Buildpack for Elixir with nitro boost
MIT License
810 stars 304 forks source link

Support the new Cloud Native Buildpack (CNB) format. #177

Closed feluxe closed 3 years ago

feluxe commented 4 years ago

Hi there,

we currently use heroku-buildpack-elixir to deploy our elixir app on kubernetes. This works because Heroku offers a converter-service (cnb-shim), which allows converting buildpacks from the old Heroku-Buildpacks format into the new Cloud-Native-Buildpacks format.

Unfortunately the converter seems to have some limitations, e.g. converted buildpacks don't seem to handle caching of layers properly, resulting in endless builds.

I was wondering if there are any plans to adopt the new CNB standard for heroku-buildpack-elixir?