Skip to content

postgresql-docker/3

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

Release Notes

The BOSH release now packages docker images for both PostgreSQL 9.3 and 9.4, and includes example spiff templates to offer both as separate services.

$ cf marketplace
Getting services from marketplace in org system / space dev as admin...
OK

service        plans   description
postgresql93   free    postgresql 9.3 service for application development and testing
postgresql94   free    postgresql 9.4 service for application development and testing

image

Usage

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

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

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

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

Jobs

Packages