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