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