-
Notifications
You must be signed in to change notification settings - Fork 0
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
Providing the environment to buildpacks #3
Comments
Determining if buildpacks want the environment requires further investigation. |
https://github.com/motin/dokku-user-env-compile implies it was something provided by a separate plugin, emulating a labs feature at https://devcenter.heroku.com/articles/labs-user-env-compile, which now directs to https://devcenter.heroku.com/articles/buildpack-api - I think it's now just a documented thing a buildpack can do, if it needs it. Anyway, this can be added with a separate plugin, if/when I've added the hook for adding commands to the build step. |
Okay, so I've done a little more investigating. However, Heroku ended up taking a different approach, as documented on https://devcenter.heroku.com/articles/buildpack-api, where it provides a directory (named in the third argument of the buildpack) of files, similar to what's just been proposed in plushu/plushu-config#4. Since this passing of arguments to the buildpack's With the appropriate functionality in place, we can implement this with a |
If/when progrium/buildstep#99 is merged, this can move forward. (Could also use my own fork.) |
I think this is an issue? It looked like some of those buildpacks expect config vars.
The text was updated successfully, but these errors were encountered: