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