Releases: KBVE/postgres
Releases · KBVE/postgres
PostgreSQL 17 with Kilobase Extension
PostgreSQL 17 Docker Image with Kilobase Extension
This release contains a complete PostgreSQL 17 Docker image with the kilobase extension included.
Docker Image:
docker pull ghcr.io/kbve/postgres:17.4.1.069-kilobase
CNPG Cluster Usage:
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: postgres-kilobase
spec:
instances: 3
imageName: ghcr.io/kbve/postgres:17.4.1.069-kilobase
postgresql:
shared_preload_libraries:
- "pg_stat_statements"
- "pg_failover_slots"
bootstrap:
initdb:
postInitSQL:
- "CREATE EXTENSION IF NOT EXISTS kilobase;"
Extensions Included:
- kilobase (PostgreSQL extension built with pgrx 0.15.0)
- pg_failover_slots
- All standard Supabase extensions
Build Details:
- PostgreSQL 17
- Built for: linux/amd64
- Base: Supabase PostgreSQL distribution
- Built with Nix reproducible builds