Skip to content
This repository was archived by the owner on Nov 30, 2017. It is now read-only.

v0.0.11

Latest

Choose a tag to compare

@drnic drnic released this 20 Mar 23:55

Improvements

  • Introducing additional Docker image with Madlib extension support, thanks to @mwright-pivotal (see #6)
  • New base image from which to install custom/alternate PostgreSQL (see images/postgresql95-madlib-base/Dockerfile which installs postgresql from source including --with-python for python2 support required for madlib)
  • Custom docker images can override $DOCKER_IMAGE_NAME so it shows up in the getting started usage example. See docker run dingotiles/dingo-postgresql-madlib for an example output`.

Installation

Normal image (with Postgis extension support):

docker pull dingotiles/dingo-postgresql:latest
docker pull dingotiles/dingo-postgresql:v0.0.11

docker run dingotiles/dingo-postgresql

Image with Madlib extension support:

docker pull dingotiles/dingo-postgresql-madlib:latest
docker pull dingotiles/dingo-postgresql-madlib:v0.0.11

docker run dingotiles/dingo-postgresql-madlib