deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 44 forks source link

Slugbuilder build with private buildpack repo fails on builder v2.6.0+ #456

Closed felixbuenemann closed 7 years ago

felixbuenemann commented 7 years ago

Due to the changes introduced by #444 / #447 the environment variable SSH_KEY is no longer passed to the sludbuilder environment, however this variable is required by the build.sh script in slugbuilder to be able to clone buildpacks from private git repos, so this variable needs to be whitelisted.

See https://github.com/deis/slugbuilder/blob/master/rootfs/builder/build.sh#L102

This is related to issues #454 and #455.

felixbuenemann commented 7 years ago

Note: For other people running into this issue, you can work around it by editing the deis-builder deployment and changing the version of the builder image back to v2.5.5 until a fix is available.

kmala commented 7 years ago

fixed in https://github.com/deis/slugbuilder/pull/126