python-buildpack/1.9.0
You can find the source of this version on GitHub at cloudfoundry/python-buildpack-release. It was created based on the commit bf142dc.
Usage¶
You can reference this release in your deployment manifest from the releases section:
- name: "python-buildpack" version: "1.9.0" url: "https://bosh.io/d/github.com/cloudfoundry/python-buildpack-release?v=1.9.0" sha1: sha256:4d0793b92bc1ec2e86f276b5ffb905381abc25af378e213d185e3b70c4d22b51
Or upload it to your director with the upload-release command:
bosh upload-release --sha1=sha256:4d0793b92bc1ec2e86f276b5ffb905381abc25af378e213d185e3b70c4d22b51 \ "https://bosh.io/d/github.com/cloudfoundry/python-buildpack-release?v=1.9.0"