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