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