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