View categories
Buildpack Registry is now in beta
Change effective on 13 August 2018
Heroku Buildpack Registry is now in beta, allowing you to:
- Register your buildpack, so that the Heroku community can find your buildpack via the
heroku buildpacks:search
CLI command and Heroku Elements (late 2018). - Choose a Heroku namespace, such as “jbyrum/special-python”, for your buildpacks
- Publish new versions of your buildpack and roll back if you encounter errors
Learn more about the Buildpack Registry on Dev Center. To learn how to create a custom buildpack, check out the Buildpack API documentation.