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