docker-postgresql

Dockerfile to build a PostgreSQL container image which can be linked to other containers.

MIT License

Stars
1K

Bot releases are hidden (Show)

docker-postgresql - Release 15-20230628 Latest Release

Published by sameersbn over 1 year ago

docker-postgresql - Release 14-20230628

Published by sameersbn over 1 year ago

docker-postgresql - 12-20200524

Published by sameersbn over 4 years ago

Docker Images for sameersbn/postgresql:12-20200524

Installation

For installation and usage instructions please refer to the README

Contributing

If you find this image useful here's how you can help:

  • Send a Pull Request with your awesome new features and bug fixes
  • Be a part of the community and help resolve issues
  • Support the development of this image with a donation

Changelog

  • [59a034a] release 12-20200524 (Sameer Naik)
  • [bc611de] update to postgres 12 (Sameer Naik)
  • [f31582b] add release-notes.sh (Sameer Naik)
docker-postgresql - 11-20200524

Published by sameersbn over 4 years ago

Docker Images for sameersbn/postgresql:11-20200524

Installation

For installation and usage instructions please refer to the README

Contributing

If you find this image useful here's how you can help:

  • Send a Pull Request with your awesome new features and bug fixes
  • Be a part of the community and help resolve issues
  • Support the development of this image with a donation

Changelog

  • [254b785] circleci: fix tag regex (Sameer Naik)
  • [fe4aacd] fix tag references (Sameer Naik)
  • [32acaab] release 11-0 (Sameer Naik)
  • [4bbb018] update docker ignore rules (Sameer Naik)
  • [94a416e] resolve shellcheck issues (Sameer Naik)
  • [a5ef2ad] update circleci config (Sameer Naik)
  • [7d19032] postgres: update to version 11 (Sameer Naik)
  • [53b6832] baseimage: update to ubuntu:bionic-20200403 (Sameer Naik)
  • [1cdff52] Revert "Use en_US.UTF-8 (not C.UTF-8)" (Sameer Naik)
  • [ddcde68] Revert "Actually enable logging" (Sameer Naik)
  • [660dd50] Add windows support (Psilon)
  • [f9a89f0] Update PG_OLD_VERSION command for Postgres 10 (nigredo-tori)
  • [12122a2] Use en_US.UTF-8 (not C.UTF-8) (Dmitry Polienko)
  • [8d858bc] Use en_US.UTF-8 locale (nigredo-tori)
  • [5b85a44] Add example to supply additional options (Thomas Edwin Santosa)
  • [e792e0a] faster chmod if there are many objects to process (bjasko)
  • [efc1afe] Actually enable logging (Alexander Klauer)
docker-postgresql - 10-2

Published by sameersbn over 5 years ago

docker-postgresql - 10-1

Published by sameersbn almost 6 years ago

docker-postgresql - 9.6-4

Published by sameersbn over 6 years ago

docker-postgresql - 9.6-3

Published by sameersbn over 6 years ago

docker-postgresql - 10

Published by sameersbn over 6 years ago

docker-postgresql - 9.6-2

Published by sameersbn over 7 years ago

docker-postgresql -

Published by sameersbn over 9 years ago

  • postgresql: upgrade to 9.4
docker-postgresql -

Published by sameersbn over 9 years ago

  • optimized image size by removing /var/lib/apt/lists/*.
  • update to the sameersbn/ubuntu:12.04.20140818 baseimage
  • removed use of supervisord
docker-postgresql -

Published by sameersbn over 9 years ago

  • upgrade to sameersbn/ubuntu:20141001, fixes shellshock
  • support creation of users and databases at launch (docker run)
  • mount volume at /var/run/postgresql allowing the postgresql unix socket to be exposed
docker-postgresql -

Published by sameersbn over 9 years ago

  • use the official postgresql apt repo
  • feature: automatic data migration on upgrade