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