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