deis / dockerbuilder

Deis dockerbuilder builds your app from a Dockerfile inside a Kubernetes pod, used by Deis Workflow.
https://deis.com
MIT License
17 stars 27 forks source link

support SOURCE_VERSION #125

Closed tmc closed 7 years ago

tmc commented 7 years ago

ala https://devcenter.heroku.com/changelog-items/630

bacongobbler commented 7 years ago

this should be present in the environment at runtime. If you want it available during build-time, you'll need to opt into docker's build arguments via deis config:set DEIS_DOCKER_BUILD_ARGS_ENABLED=true.