Important
This repository has been archived in favor of tensorchord/cloudnative-pgvecto.rs. The current images will continue to be available, but new versions will not be built in this repository.
This repo builds Docker images for CloudNativePG with the pgvecto.rs extension installed.
Both versions are automatically updated by Renovate bot, so new releases will be available within a few hours.
Images are available at ghcr.io/gabe565/cloudnativepg-vecto-rs
. There are tags available for Postgres v14, v15, and v16.
Set .spec.imageName
in the Cluster
to use one of the container images provided by this repository.
For example:
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: example
spec:
instances: 3
imageName: ghcr.io/gabe565/cloudnativepg-vecto-rs:16
postgresql:
shared_preload_libraries:
- vectors.so