bbrowning / openshift-cloudfoundry

Compatibility layer to run Cloud Foundry applications on OpenShift
Apache License 2.0
11 stars 3 forks source link

Add support for custom buildpacks #1

Closed bbrowning closed 8 years ago

bbrowning commented 8 years ago

Users should be able to specify their own custom buildpack instead of just relying on the ones we provide.

bbrowning commented 8 years ago

This was fixed by rebasing the image to sit on top of the Cloud Foundry Docker image instead of CentOS. Custom buildpacks should now just work, or at least most of them.