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