Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

CloudNativePG conatiner images with pgvecto.rs

Notifications You must be signed in to change notification settings

gabe565/docker-cloudnativepg-vecto.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudNativePG Container with Vecto.rs

Build

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

Images are available at ghcr.io/gabe565/cloudnativepg-vecto-rs. There are tags available for Postgres v14, v15, and v16.

Deployment

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

About

CloudNativePG conatiner images with pgvecto.rs

Topics

Resources

Stars

Watchers

Forks