specify the buildpack explicitly to speed up deployment on Diego based CF
asaikali opened this issue · 2 comments
asaikali commented
the deploy script should specify the build-pack explicitly to speed up deployment on Diego based CF.
viniciusccarvalho commented
It's not that simple, admins can change the name of the buildpack and that could break the deployment. We can't simply force a specific buildpack
scottfrederick commented
I agree with @viniciusccarvalho - you can easily modify the deploy script to specify a buildpack yourself, but the project shouldn't assume the name of the Java buildpack that will be installed on every target system.