bo0tzz b748e7174c fix: pgvecto.rs install package got renamed (#25)
* fix: pgvecto.rs install package got renamed

* chore: Underscores

* feat: Fail build if deb download returns 404

* chore: pgvecto.rs no longer versions with v prefix

* Revert "chore: pgvecto.rs no longer versions with v prefix"

This reverts commit a883c0de09ab439bbee45d9861e93416971427ae.

* chore: Strip v prefix from pgvectors tag

* chore: Use buildx TARGETARCH variable

* fix: TARGETARCH arg needs to be specified
2023-12-16 17:42:48 +01:00
2023-11-24 13:14:11 +01:00
2023-12-09 13:55:31 +01:00

cnpgvecto.rs

Container images for cloudnative-pg with the pgvecto.rs extension installed.

Important

If you are using this image on an existing database, the postgres configuration needs to be altered to enable the extension. You can do this by setting shared_preload_libraries in your Cluster spec:

apiVersion: postgresql.cnpg.io/v1
kind: Cluster
spec:
  (...)
  postgresql:
    shared_preload_libraries:
      - "vectors.so"
Description
No description provided
Readme Apache-2.0 183 KiB
Languages
Dockerfile 100%