docker-postgres-plv8
docker-postgres-plv8 copied to clipboard
Docker image postgres with plv8
Hi, Thanks for you Docker file I use you latest image and run into this issue of plv8 : https://github.com/plv8/plv8/issues/370 You image is based on version 2.3.13 and the bug...
for build images pg 12.2 need python3
Previous CI fails because container [was unreachable](https://travis-ci.org/github/GradedJestRisk/docker-postgres-plv8/jobs/751321563) Look like not setting `POSTGRES_PASSWORD` is the[ root cause](https://github.com/docker-library/postgres/commit/42ce7437ee68150ee29f5272428aa4fc657dc6dc) As soon as I introduced environment variable `POSTGRES_HOST_AUTH_METHOD`, CI went green
Issue #36 Local build ended successfully => have a try on my [DockerHub](https://hub.docker.com/repository/docker/gradedjestrisk/plv8) ``` docker run --detach --env POSTGRES_HOST_AUTH_METHOD=trust --publish 5432:5432 --name postgres_node gradedjestrisk/plv8:12-2 CREATE EXTENSION plv8; SELECT extversion FROM...
Packaging graphql into postgres and then using the `printSchema` function will trigger the ICU support. The following error will kill a backend: ``` # Fatal error in , line 0...
@clkao I think it's important to start tagging releases on github and auto building tags on Docker Hub so that users can pull the tagged release `docker pull postgres-plv8:1.5.2` instead...