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