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