Re: Downloading Buildpack Bits from Cloud Foundry
Matthew Sykes <matthew.sykes@...>
The blob names in the store should match the buildpack key from the
buildpacks table in the CCDB. (The key is basically the buildpack guid concatenated with the sha1 hash of the buildpack bits by an underscore.) If you can access the blob store directly, you can just get them out that way. The other option (if you have the credentials for the staging user and direct access to a cloud controller) is to hit the endpoint the DEAs use: `/v2/buildpacks/${buildpack-guid}/download`. The URLs are in the NATS staging messages and look like this for bosh-lite: http://upload-user:upload-password(a)10.244.0.134:9022/v2/buildpacks/f2f882e5-7295-4613-a749-2bf94ff45927/download Hope that helps a bit. On Thu, Dec 3, 2015 at 11:56 AM, Matthew Sykes <matthew.sykes(a)gmail.com> wrote: Sorry - misread the question. You're looking for the actual buildpacks -- Matthew Sykes matthew.sykes(a)gmail.com
|
|