-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heroku platform support for Cloud Native Buildpacks #20
Comments
Does this mean you guys will finally fix the issues with CNB generated Docker images demonstrated by deathwish/heroku-docker-release? |
Will the platform support using third-party buildpacks, or only those made available by Heroku? |
@deathwish I don't know if the implementation under the hood will fix that, but thanks for sharing. @ryanmoran 👋 It's nice to see you here. :) I don't think I'm allowed to promise anything, but I'd be pretty sad if we did not support custom buildpacks at some point since they've been an integral part of what makes Heroku a platform. |
@ryanmoran The ability to use your own Custom Buildpacks are a crucial part of the Heroku experience. This is an extensibility point we definitely care about, and the ability to use them is something that we want to be included as part of this overall effort. It would be silly not to have support for our CNB community, and all the great things that they build! |
Rest assured we're hard at work on this! We'll be sharing more info soon at KubeCon's AppDeveloperCon. Of course, these are all open sources repos, so you can follow the CNBs for each of our supported individual languages in their respective repos. |
The Cloud Native Buildpacks (CNB) project is the latest generation of the buildpack technology first conceived by Heroku in 2011. With CNBs having joined the CNCF, we're working on adding full CNB support back to the Heroku platform itself.
While CNBs will represent the latest and greatest, rest assured that we will continue to support existing buildpacks within our support lifecycle and provide a method of running these existing buildpacks alongside CNBs.
Creation of Heroku-supported buildpacks is represented via #19 .
The text was updated successfully, but these errors were encountered: