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