Skip to content

PostgreSQL 17 KBVE Build 17.6.1.084-kbve

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Feb 07:31
· 1 commit to develop since this release

PostgreSQL 17 Docker Image (KBVE Build)

Docker Image

docker pull ghcr.io/kbve/postgres:17.6.1.084-kbve

CNPG 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