Buildpack detection


Amishi Shah
 

Hi team,

I am running into a situation where I have to find out what all apps are deployed using a specific buildpack.

Is there any way, can we get the list of all the apps using a specific buildpack?

Any help on this will be much appreciated.

Thanks,
Amishi Shah


Lingesh Mouleeshwaran
 

Hi,

There is a table apps in ccdb database which has an column buildpack.

Regards
Lingesh m
Hi team,

I am running into a situation where I have to find out what all apps are
deployed using a specific buildpack.

Is there any way, can we get the list of all the apps using a specific
buildpack?

Any help on this will be much appreciated.

Thanks,
Amishi Shah


James Bayer
 

depending on how urgent this is or whether you'd want to allow database
access, i've also see people write scripts that use the CF REST API to go
through all orgs, then all spaces, then all apps, and retrieve the detected
buildpack attribute. unfortunately, this isn't a first class API in and of
itself yet.

can you briefly describe the scenario? is it for an operator to produce a
report or to implement or enforce a policy (e.g. nag people or not let them
run apps with out of date buildpacks). or is it for analytics? knowing the
use case in general terms (as much as you can share) help the cloud
controller team understand the relative value of a feature like this
compared other things they want to work on.

On Fri, Jan 8, 2016 at 7:46 PM, Lingesh Mouleeshwaran <
lingeshmouleeshwaran(a)gmail.com> wrote:

Hi,

There is a table apps in ccdb database which has an column buildpack.

Regards
Lingesh m
Hi team,

I am running into a situation where I have to find out what all apps are
deployed using a specific buildpack.

Is there any way, can we get the list of all the apps using a specific
buildpack?

Any help on this will be much appreciated.

Thanks,
Amishi Shah


--
Thank you,

James Bayer