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