/mypg

Dockerised Postgres, set up the way I like it

Primary LanguageShellOtherNOASSERTION

MyPg

Postgres in a Docker container, built from source and set up the way I like / need it.

This repository is used to build images on Docker Hub and Docker Cloud.

Some bits “borrowed” from the official Postgres Docker container!

Compiled with support for:

  • libxml2
  • openssl
  • LDAP
  • PL/Python (Python 3.5 in master; Python 2.7 in branch "python2")

Included plugins:

  • Standard (contrib) plugins:

    • adminpack
    • pgcrypto
  • 3rd party plugins:

    • Multicorn (my own fork without filehandle cache)
    • psql-http

Note: This is really for my own use, set up to my own requirements. That said, I think it's a reasonable example of a hand-built Postgres container, and could be generally useful.