spring-cloud-services-samples/greeting

specify the buildpack explicitly to speed up deployment on Diego based CF

asaikali opened this issue · 2 comments

the deploy script should specify the build-pack explicitly to speed up deployment on Diego based CF.

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

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.