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