Git Product home page Git Product logo

bitnami-postgres-pgvecto-rs's Introduction

Bitnami Postgres images w/ pgvecto.rs

I need this for the immich helm chart - I doubt I will continue to use this long term, but it works for now. Use at your own risk.

Building yourself

I am going to use github actions to publish images on ghcr, and you are welcome to use them, but you are probably better off building your own version to replace the specific image you would like. Use common sense with your image tags (aka, use pg14 on both images). An example:

$ docker built --build-arg="PGVECTORS_TAG=pg14-v0.2.1-amd64" --build-arg="BITNAMI_TAG=14.5.0-debian-11-r6" -t bitnami-postgres-pgvecto-rs .

Usage

This is a drop in replacement for bitnami postgres debian container. Just swap the image with mine (or preferably, one that you built instead)

In your values.yaml:

postgressql:
  image:
    registry: ghcr.io
    repository: soarinferret/bitnami-postgres-pgvecto-rs
    tag: pg14.5-v0.2.1

Or docker-compose.yml:

version: '3'

services:
  db:
    #image: bitnami/postgresql:14.5.0-debian-11-r6
    image: soarinferret/bitnami-postgres-pgvecto-rs:pg14.5-v0.2.1

bitnami-postgres-pgvecto-rs's People

Contributors

soarinferret avatar kevinjil avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.