From 3be8693c13c71743433b441a1f6df79a1c9ef3c0 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 27 Jul 2025 13:44:59 -0700 Subject: [PATCH] Added supported Docker tags to readme [skip ci] --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 43c0430..536c3d1 100644 --- a/README.md +++ b/README.md @@ -1143,6 +1143,14 @@ docker pull pgvector/pgvector:pg17 This adds pgvector to the [Postgres image](https://hub.docker.com/_/postgres) (replace `17` with your Postgres server version, and run it the same way). +Supported tags are: + +- `pg17`, `pg17-bookworm`, `0.8.0-pg17`, `0.8.0-pg17-bookworm` +- `pg16`, `pg16-bookworm`, `0.8.0-pg16`, `0.8.0-pg16-bookworm` +- `pg15`, `pg15-bookworm`, `0.8.0-pg15`, `0.8.0-pg15-bookworm` +- `pg14`, `pg14-bookworm`, `0.8.0-pg14`, `0.8.0-pg14-bookworm` +- `pg13`, `pg13-bookworm`, `0.8.0-pg13`, `0.8.0-pg13-bookworm` + You can also build the image manually: ```sh