We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0671b3 + 75b3c54 commit bd18ac2Copy full SHA for bd18ac2
Dockerfile
@@ -1,13 +1,14 @@
1
-ARG PGVECTOR_TAG=v0.6.2
2
-ARG PG_MAJOR=16
+ARG PGVECTOR_TAG=v0.5.1
+ARG PG_MAJOR=11
3
FROM bitnami/git:2.44.0 AS git
4
5
+
6
ARG PGVECTOR_TAG
7
WORKDIR /workspace
8
RUN git clone https://github.com/pgvector/pgvector && cd pgvector && git checkout ${PGVECTOR_TAG}
9
10
ARG PG_MAJOR
-FROM bitnami/postgresql:${PG_MAJOR}-debian-12
11
+FROM bitnami/postgresql:${PG_MAJOR}-debian-10
12
13
USER root
14
COPY --from=git /workspace/pgvector /tmp/pgvector
0 commit comments