Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 450 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 450 Bytes

Docker

While PLV8 does not currently provide docker images, we do have a Dockerfile which is currently able to build PLV8 in top of an official PostgreSQL image.

PostgreSQL Versions

There are Dockerfiles for Debian bullseys and bookworm, along with alpine.

Building

docker build -t plv8:latest .

Note that you can pass PG_CONTAINER_VERSION, PLV8_VERSION, and PLV8_BRANCH as arguments to the docker build.