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