Tell us about what you're trying to solve. What challenges are you facing?
The only way to have env variables in docker build is by setting all config vars in heroku.yml directly. This is quite problematic because this means we need to push all our build env variables to Github for Github automatic deployments to work.
It would be great if the Heroku config variables can be made available to the build env. So the variables are still defined in the config block of heroku.yml but we can pick these up from the env
Required Terms
What service(s) is this request for?
Deploying with Docker
Tell us about what you're trying to solve. What challenges are you facing?
The only way to have env variables in docker build is by setting all config vars in heroku.yml directly. This is quite problematic because this means we need to push all our build env variables to Github for Github automatic deployments to work.
It would be great if the Heroku config variables can be made available to the build env. So the variables are still defined in the config block of heroku.yml but we can pick these up from the env