Skip to content

Commit bd18ac2

Browse files
feat: docker image for pg 11.6
feat: docker image for pg 11.6
2 parents f0671b3 + 75b3c54 commit bd18ac2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
ARG PGVECTOR_TAG=v0.6.2
2-
ARG PG_MAJOR=16
1+
ARG PGVECTOR_TAG=v0.5.1
2+
ARG PG_MAJOR=11
33
FROM bitnami/git:2.44.0 AS git
44

5+
56
ARG PGVECTOR_TAG
67
WORKDIR /workspace
78
RUN git clone https://github.com/pgvector/pgvector && cd pgvector && git checkout ${PGVECTOR_TAG}
89

910
ARG PG_MAJOR
10-
FROM bitnami/postgresql:${PG_MAJOR}-debian-12
11+
FROM bitnami/postgresql:${PG_MAJOR}-debian-10
1112

1213
USER root
1314
COPY --from=git /workspace/pgvector /tmp/pgvector

0 commit comments

Comments
 (0)