Releases: KBVE/postgres
Releases · KBVE/postgres
PostgreSQL 17 KBVE Build 17.6.1.084-kbve
PostgreSQL 17 Docker Image (KBVE Build)
Docker Image
docker pull ghcr.io/kbve/postgres:17.6.1.084-kbveCNPG Cluster Usage
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: postgres-kbve
spec:
instances: 3
imageName: ghcr.io/kbve/postgres:17.6.1.084-kbve
postgresql:
shared_preload_libraries:
- "pg_stat_statements"
- "pg_failover_slots"Fork Customizations
- kilobase (pgrx 0.16.1 extension)
- vchord / VectorChord (pgrx 0.17.0 — scalable vector search)
- pg_failover_slots (logical replication slot failover)
- All standard Supabase PostgreSQL extensions
Build Details
- PostgreSQL 17
- Platform: linux/amd64
- Base: Supabase PostgreSQL distribution
- Built with Nix reproducible builds
PostgreSQL 17 KBVE Build 17.6.1.083-kbve
PostgreSQL 17 Docker Image (KBVE Build)
Docker Image
docker pull ghcr.io/kbve/postgres:17.6.1.083-kbveCNPG Cluster Usage
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: postgres-kbve
spec:
instances: 3
imageName: ghcr.io/kbve/postgres:17.6.1.083-kbve
postgresql:
shared_preload_libraries:
- "pg_stat_statements"
- "pg_failover_slots"Fork Customizations
- kilobase (pgrx 0.16.1 extension)
- pg_failover_slots (logical replication slot failover)
- All standard Supabase PostgreSQL extensions
Build Details
- PostgreSQL 17
- Platform: linux/amd64
- Base: Supabase PostgreSQL distribution
- Built with Nix reproducible builds
PostgreSQL 17 KBVE Build 17.6.1.082-kbve
PostgreSQL 17 Docker Image (KBVE Build)
Docker Image
docker pull ghcr.io/kbve/postgres:17.6.1.082-kbveCNPG Cluster Usage
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: postgres-kbve
spec:
instances: 3
imageName: ghcr.io/kbve/postgres:17.6.1.082-kbve
postgresql:
shared_preload_libraries:
- "pg_stat_statements"
- "pg_failover_slots"Fork Customizations
- kilobase (pgrx 0.16.1 extension)
- pg_failover_slots (logical replication slot failover)
- All standard Supabase PostgreSQL extensions
Build Details
- PostgreSQL 17
- Platform: linux/amd64
- Base: Supabase PostgreSQL distribution
- Built with Nix reproducible builds
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-kilobaseCNPG 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