Skip to content

postgresql-docker/5

You can find the source of this version on GitHub at cloudfoundry-community/postgresql-docker-boshrelease. It was created based on the commit 1f37a53d.

Release Notes

Docker images now support PostgreSQL 9.3, 9.4 and 9.5. PostGIS dependencies are now available [thanks to @goehringc]. Thanks also to @bodymindarts for this release.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "postgresql-docker"
  version: "5"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/postgresql-docker-boshrelease?v=5"
  sha1: "10b496279b98d2e951b3815d3564fc4dcf6753c9"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 10b496279b98d2e951b3815d3564fc4dcf6753c9 \
  "https://bosh.io/d/github.com/cloudfoundry-community/postgresql-docker-boshrelease?v=5"

Jobs

Packages