Closed darkpixel closed 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#
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.
Dockerfile
FROM progrium/cedarish:cedar14
FROM progrium/cedarish:latest
I'm getting this on a push or rebuild after updating to HEAD a few days ago.