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