Skip to content

Commit 0f46b5e

Browse files
ixxeL2097Frederic Spiers
andauthored
feat(pgvector): add pgvector v16 and fixed dev flavors (#18)
Co-authored-by: Frederic Spiers <[email protected]>
1 parent 98fc88d commit 0f46b5e

File tree

5 files changed

+29
-1
lines changed

5 files changed

+29
-1
lines changed

.github/workflows/pgvector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
publish:
3030
strategy:
3131
matrix:
32-
version: [latest, "17"]
32+
version: [latest, "17", "16"]
3333
variant: [prod, dev]
3434
name: ${{ matrix.version }}${{ matrix.variant == 'shell' && '-shell' || matrix.variant == 'dev' && '-dev' || '' }}
3535
uses: './.github/workflows/release.yaml'

images/pgvector/16/dev.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
include: images/pgvector/dev.yaml
2+
3+
contents:
4+
packages:
5+
- pgvector-16
6+
- postgresql-16
7+
- postgresql-16-client
8+
- postgresql-16-oci-entrypoint
9+
- postgresql-16-contrib

images/pgvector/16/prod.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
include: images/pgvector/prod.yaml
2+
3+
contents:
4+
packages:
5+
- pgvector-16
6+
- postgresql-16
7+
- postgresql-16-client
8+
- postgresql-16-oci-entrypoint
9+
- postgresql-16-contrib

images/pgvector/17/dev.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
include: images/pgvector/dev.yaml
2+
3+
contents:
4+
packages:
5+
- pgvector-17
6+
- postgresql-17
7+
- postgresql-17-client
8+
- postgresql-17-oci-entrypoint
9+
- postgresql-17-contrib

images/pgvector/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Minimal Python image based on Wolfi.
1010
| latest-dev | ghcr.io/gitguardian/wolfi/pgvector:latest-dev |
1111
| 17 | ghcr.io/gitguardian/wolfi/pgvector:17 |
1212
| 17-dev | ghcr.io/gitguardian/wolfi/pgvector:17-dev |
13+
| 16 | ghcr.io/gitguardian/wolfi/pgvector:16 |
14+
| 16-dev | ghcr.io/gitguardian/wolfi/pgvector:16-dev |
1315

1416
## ✅ Verify the Provenance
1517

0 commit comments

Comments
 (0)