File tree Expand file tree Collapse file tree 5 files changed +29
-1
lines changed Expand file tree Collapse file tree 5 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11include : 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments