Customised Postgres base image.
Builds of the image are available on Docker Hub.
docker pull codeworksio/postgres
Alternatively you can build the image yourself.
docker build --tag codeworksio/postgres \
github.com/codeworksio/docker-postgres
make build test