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