Releases: cloudfoundry-community/postgresql-docker-boshrelease
v5 - PostgreSQL 9.5 + PostGIS
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.
v4 - PostgreSQL 9.5 beta1
PG 9.5 beta1
This release includes a new Docker image containing PostgreSQL 9.5 beta1. Learn more about PG 9.5 at the wiki.
Concourse CI
This project is now built and published via Stark & Wayne CI pipeline https://ci.starkandwayne.com/pipelines/postgresql-docker-boshrelease
Backup/restore scripts
WIP
All three Docker images (9.3, 9.4 and 9.5) include backup/restore scripts. See the images/README.md for example usage scenarios.
This is not a fully-functional backup/restore implementation. Rather it is some initial experiments.
v3 - postgresql 9.4
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
v2 - support for docker/16
The temporary pg-cf-containers-broker has been removed in lieu of a fix in upstream docker-boshrelease.
The spiff templates have been updated to support latest docker-boshrelease jobs. No changes are required to input templates though.
v1.1 - patched cf-containers-broker
This release includes a dedicated pg-cf-containers-broker
which includes a fix that is not yet merged upstream in docker-boshrelease. See the templates.