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