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