clkao / docker-postgres-plv8

Docker image postgres with plv8
https://registry.hub.docker.com/u/clkao/postgres-plv8/
MIT License
45 stars 36 forks source link

Add support for Postgres 10 #29

Closed ruimarinho closed 6 years ago

ruimarinho commented 6 years ago

Closes https://github.com/clkao/docker-postgres-plv8/pull/28, https://github.com/clkao/docker-postgres-plv8/issues/27 and https://github.com/clkao/docker-postgres-plv8/issues/26.

Regarding #26, depot_tools has to be in sync with the version of V8 being compiled so I checked out a version around the same date.

From version 2.0.0 up, only major versions of plv8 will be tracked. The release cadence under the new maintainer (@JerrySievert) is much higher which makes it both impractical and unnecessary to keep up with dedicated Dockerfile for every minor release.

pdaher commented 6 years ago

Any estimate date for having this merged into master?

ruimarinho commented 6 years ago

@pdaher ideally I would not merge this without a review by @clkao.

ruimarinho commented 6 years ago

@pdaher tests pass so I'm merging this. It will be up to @clkao to add the respective image tag on Docker Hub.