You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we currently use heroku-buildpack-phoenix-static to deploy our phoenix 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-phoenix-static?
The text was updated successfully, but these errors were encountered:
Hi there,
we currently use
heroku-buildpack-phoenix-static
to deploy our phoenix 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-phoenix-static
?The text was updated successfully, but these errors were encountered: