progrium / buildstep

Buildstep uses Docker and Buildpacks to build applications like Heroku
MIT License
908 stars 271 forks source link

/build/compile.sh: line 91: /tmp/build/.profile.d/00_config_vars.sh: No such file or directory #123

Closed darkpixel closed 10 years ago

darkpixel commented 10 years ago

I'm getting this on a push or rebuild after updating to HEAD a few days ago.

root@tetrad:~/code/dokku# dokku rebuild logstash
-----> Cleaning up ...
-----> Building logstash ...
-----> Checking deploymentkeys Plugin sanity ...
-----> Installing shared SSH keys in build environment ...
-----> Fetching custom buildpack
-----> static app detected
-----> Bundling Apache v2.2.19
-----> Discovering process types
       Default process types for static -> web
/build/compile.sh: line 91: /tmp/build/.profile.d/00_config_vars.sh: No such file or directory
root@tetrad:~/code/dokku# 
darkpixel commented 10 years ago

I cloned the buildstep repo, changed Dockerfile from: FROM progrium/cedarish:cedar14 to FROM progrium/cedarish:latest and ran make. Pushed again and everything worked.