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